|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaio.sdk.jni.PoseVector
public class PoseVector
Constructor Summary | |
---|---|
PoseVector()
|
|
PoseVector(long n)
|
|
PoseVector(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
add(Pose x)
|
long |
capacity()
|
void |
clear()
|
void |
delete()
|
Pose |
get(int i)
|
static long |
getCPtr(PoseVector obj)
|
boolean |
isEmpty()
|
void |
reserve(long n)
|
void |
set(int i,
Pose val)
|
long |
size()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PoseVector(long cPtr, boolean cMemoryOwn)
public PoseVector()
public PoseVector(long n)
Method Detail |
---|
public static long getCPtr(PoseVector obj)
public void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(Pose x)
public Pose get(int i)
public void set(int i, Pose val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |