Package org.robwork.sdurw_trajectory
Class TimedVector3DCPtr
- java.lang.Object
- 
- org.robwork.sdurw_trajectory.TimedVector3DCPtr
 
- 
 public class TimedVector3DCPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
- 
- 
Constructor SummaryConstructors Constructor Description TimedVector3DCPtr()Default constructor yielding a NULL-pointer.TimedVector3DCPtr(long cPtr, boolean cMemoryOwn)TimedVector3DCPtr(TimedVector3D ptr)Do not take ownership of ptr.
 
 ptr can be null.
 
 The constructor is implicit on purpose.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TimedVector3D__ref__()Dereferencing operator.voiddelete()TimedVector3Dderef()The pointer stored in the object.booleanequals(TimedVector3D p)static longgetCPtr(TimedVector3DCPtr obj)TimedVector3DgetDeref()Member access operator.booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
 ownership
 
- 
- 
- 
Constructor Detail- 
TimedVector3DCPtrpublic TimedVector3DCPtr(long cPtr, boolean cMemoryOwn)
 - 
TimedVector3DCPtrpublic TimedVector3DCPtr() Default constructor yielding a NULL-pointer.
 - 
TimedVector3DCPtrpublic TimedVector3DCPtr(TimedVector3D ptr) Do not take ownership of ptr.
 
 ptr can be null.
 
 The constructor is implicit on purpose.
 
- 
 - 
Method Detail- 
getCPtrpublic static long getCPtr(TimedVector3DCPtr obj) 
 - 
deletepublic void delete() 
 - 
derefpublic TimedVector3D deref() The pointer stored in the object.
 - 
__ref__public TimedVector3D __ref__() Dereferencing operator.
 - 
getDerefpublic TimedVector3D getDeref() Member access operator.
 - 
equalspublic boolean equals(TimedVector3D p) 
 - 
isSharedpublic boolean isShared() check if this Ptr has shared ownership or none
 ownership- Returns:
- true if Ptr has shared ownership, false if it has no ownership.
 
 - 
isNullpublic boolean isNull() checks if the pointer is null- Returns:
- Returns true if the pointer is null
 
 
- 
 
-