Package org.robwork.sdurw
Class InterpolatorR2Ptr
- java.lang.Object
-
- org.robwork.sdurw.InterpolatorR2Ptr
-
public class InterpolatorR2Ptr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description InterpolatorR2Ptr()Default constructor yielding a NULL-pointer.InterpolatorR2Ptr(long cPtr, boolean cMemoryOwn)InterpolatorR2Ptr(InterpolatorR2 ptr)Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InterpolatorR2__ref__()Dereferencing operator.Vector2Ddddx(double t)voiddelete()InterpolatorR2deref()The pointer stored in the object.doubleduration()Vector2Dddx(double t)booleanequals(InterpolatorR2 p)static longgetCPtr(InterpolatorR2Ptr obj)InterpolatorR2getDeref()Member access operator.booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownershipVector2Ddx(double t)
-
-
-
Constructor Detail
-
InterpolatorR2Ptr
public InterpolatorR2Ptr(long cPtr, boolean cMemoryOwn)
-
InterpolatorR2Ptr
public InterpolatorR2Ptr()
Default constructor yielding a NULL-pointer.
-
InterpolatorR2Ptr
public InterpolatorR2Ptr(InterpolatorR2 ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(InterpolatorR2Ptr obj)
-
delete
public void delete()
-
deref
public InterpolatorR2 deref()
The pointer stored in the object.
-
__ref__
public InterpolatorR2 __ref__()
Dereferencing operator.
-
getDeref
public InterpolatorR2 getDeref()
Member access operator.
-
equals
public boolean equals(InterpolatorR2 p)
-
isShared
public 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.
-
isNull
public boolean isNull()
checks if the pointer is null- Returns:
- Returns true if the pointer is null
-
x
public Vector2Dd x(double t)
-
dx
public Vector2Dd dx(double t)
-
ddx
public Vector2Dd ddx(double t)
-
duration
public double duration()
-
-