Package org.robwork.sdurw_kinematics
Class VectorFramePtr
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<FramePtr>
-
- org.robwork.sdurw_kinematics.VectorFramePtr
-
-
Constructor Summary
Constructors Constructor Description VectorFramePtr()
VectorFramePtr(int count, FramePtr value)
VectorFramePtr(long cPtr, boolean cMemoryOwn)
VectorFramePtr(java.lang.Iterable<FramePtr> initialElements)
VectorFramePtr(FramePtr[] initialElements)
VectorFramePtr(VectorFramePtr other)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int index, FramePtr e)
boolean
add(FramePtr e)
long
capacity()
void
clear()
void
delete()
FramePtr
get(int index)
static long
getCPtr(VectorFramePtr obj)
boolean
isEmpty()
FramePtr
remove(int index)
void
reserve(long n)
FramePtr
set(int index, FramePtr e)
int
size()
-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
-
-
-
-
Constructor Detail
-
VectorFramePtr
public VectorFramePtr(long cPtr, boolean cMemoryOwn)
-
VectorFramePtr
public VectorFramePtr(FramePtr[] initialElements)
-
VectorFramePtr
public VectorFramePtr(java.lang.Iterable<FramePtr> initialElements)
-
VectorFramePtr
public VectorFramePtr()
-
VectorFramePtr
public VectorFramePtr(VectorFramePtr other)
-
VectorFramePtr
public VectorFramePtr(int count, FramePtr value)
-
-
Method Detail
-
getCPtr
public static long getCPtr(VectorFramePtr obj)
-
delete
public void delete()
-
get
public FramePtr get(int index)
-
add
public boolean add(FramePtr e)
-
add
public void add(int index, FramePtr e)
-
remove
public FramePtr remove(int index)
-
size
public int size()
-
capacity
public long capacity()
-
reserve
public void reserve(long n)
-
isEmpty
public boolean isEmpty()
-
-