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 voidadd(int index, FramePtr e)booleanadd(FramePtr e)longcapacity()voidclear()voiddelete()FramePtrget(int index)static longgetCPtr(VectorFramePtr obj)booleanisEmpty()FramePtrremove(int index)voidreserve(long n)FramePtrset(int index, FramePtr e)intsize()-
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()
-
-