Package org.robwork.sdurw_trajectory
Class LinearInterpolatorTransform3DPtr
- java.lang.Object
- 
- org.robwork.sdurw_trajectory.LinearInterpolatorTransform3DPtr
 
- 
 public class LinearInterpolatorTransform3DPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
- 
- 
Constructor SummaryConstructors Constructor Description LinearInterpolatorTransform3DPtr()Default constructor yielding a NULL-pointer.LinearInterpolatorTransform3DPtr(long cPtr, boolean cMemoryOwn)LinearInterpolatorTransform3DPtr(LinearInterpolatorTransform3D 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 LinearInterpolatorTransform3D__ref__()Dereferencing operator.LinearInterpolatorTransform3DCPtrcptr()Transform3Dddx(double t)voiddelete()LinearInterpolatorTransform3Dderef()The pointer stored in the object.doubleduration()Transform3Ddx(double t)booleanequals(LinearInterpolatorTransform3D p)static longgetCPtr(LinearInterpolatorTransform3DPtr obj)LinearInterpolatorTransform3DgetDeref()Member access operator.Transform3DgetEnd()Returns the end position of the interpolatorTransform3DgetStart()Returns the start position of the interpolatorbooleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
 ownershipTransform3Dx(double t)
 
- 
- 
- 
Constructor Detail- 
LinearInterpolatorTransform3DPtrpublic LinearInterpolatorTransform3DPtr(long cPtr, boolean cMemoryOwn)
 - 
LinearInterpolatorTransform3DPtrpublic LinearInterpolatorTransform3DPtr() Default constructor yielding a NULL-pointer.
 - 
LinearInterpolatorTransform3DPtrpublic LinearInterpolatorTransform3DPtr(LinearInterpolatorTransform3D ptr) Do not take ownership of ptr.
 
 ptr can be null.
 
 The constructor is implicit on purpose.
 
- 
 - 
Method Detail- 
getCPtrpublic static long getCPtr(LinearInterpolatorTransform3DPtr obj) 
 - 
deletepublic void delete() 
 - 
derefpublic LinearInterpolatorTransform3D deref() The pointer stored in the object.
 - 
__ref__public LinearInterpolatorTransform3D __ref__() Dereferencing operator.
 - 
getDerefpublic LinearInterpolatorTransform3D getDeref() Member access operator.
 - 
equalspublic boolean equals(LinearInterpolatorTransform3D 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
 
 - 
cptrpublic LinearInterpolatorTransform3DCPtr cptr() 
 - 
xpublic Transform3D x(double t) 
 - 
dxpublic Transform3D dx(double t) 
 - 
ddxpublic Transform3D ddx(double t) 
 - 
getStartpublic Transform3D getStart() Returns the start position of the interpolator- Returns:
- The start position of the interpolator
 
 - 
getEndpublic Transform3D getEnd() Returns the end position of the interpolator- Returns:
- The end position of the interpolator
 
 - 
durationpublic double duration() 
 
- 
 
-