Package org.robwork.sdurw_trajectory
Class TimedVector2DPtr
- java.lang.Object
-
- org.robwork.sdurw_trajectory.TimedVector2DPtr
-
public class TimedVector2DPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description TimedVector2DPtr()Default constructor yielding a NULL-pointer.TimedVector2DPtr(long cPtr, boolean cMemoryOwn)TimedVector2DPtr(TimedVector2D 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 TimedVector2D__ref__()Dereferencing operator.TimedVector2DCPtrcptr()voiddelete()TimedVector2Dderef()The pointer stored in the object.booleanequals(TimedVector2D p)static longgetCPtr(TimedVector2DPtr obj)TimedVector2DgetDeref()Member access operator.SWIGTYPE_p_doublegetTime()The timeVector2DgetValue()booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownershipvoidsetTime(double time)
-
-
-
Constructor Detail
-
TimedVector2DPtr
public TimedVector2DPtr(long cPtr, boolean cMemoryOwn)
-
TimedVector2DPtr
public TimedVector2DPtr()
Default constructor yielding a NULL-pointer.
-
TimedVector2DPtr
public TimedVector2DPtr(TimedVector2D ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(TimedVector2DPtr obj)
-
delete
public void delete()
-
deref
public TimedVector2D deref()
The pointer stored in the object.
-
__ref__
public TimedVector2D __ref__()
Dereferencing operator.
-
getDeref
public TimedVector2D getDeref()
Member access operator.
-
equals
public boolean equals(TimedVector2D 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
-
cptr
public TimedVector2DCPtr cptr()
-
getTime
public SWIGTYPE_p_double getTime()
The time
-
getValue
public Vector2D getValue()
-
setTime
public void setTime(double time)
-
-