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