com.metaio.sdk.jni
Class PoseVector

java.lang.Object
  extended by com.metaio.sdk.jni.PoseVector

public class PoseVector
extends Object


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

PoseVector

public PoseVector(long cPtr,
                  boolean cMemoryOwn)

PoseVector

public PoseVector()

PoseVector

public PoseVector(long n)
Method Detail

getCPtr

public static long getCPtr(PoseVector obj)

delete

public void delete()

size

public long size()

capacity

public long capacity()

reserve

public void reserve(long n)

isEmpty

public boolean isEmpty()

clear

public void clear()

add

public void add(Pose x)

get

public Pose get(int i)

set

public void set(int i,
                Pose val)