Package org.robwork.sdurw_trajectory
Class TrajectorySequence_d_fCPtr
- java.lang.Object
-
- org.robwork.sdurw_trajectory.TrajectorySequence_d_fCPtr
-
public class TrajectorySequence_d_fCPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description TrajectorySequence_d_fCPtr()Default constructor yielding a NULL-pointer.TrajectorySequence_d_fCPtr(long cPtr, boolean cMemoryOwn)TrajectorySequence_d_fCPtr(TrajectorySequence_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 TrajectorySequence_d_f__ref__()Dereferencing operator.floatddx(double t)voiddelete()TrajectorySequence_d_fderef()The pointer stored in the object.doubleduration()floatdx(double t)doubleendTime()Returns the endTime of the trajectory.
The end time equals startTime() + duration().
booleanequals(TrajectorySequence_d_f p)static longgetCPtr(TrajectorySequence_d_fCPtr obj)TrajectorySequence_d_fgetDeref()Member access operator.TrajectoryIterator_d_fPtrgetIterator(double dt)booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownershipdoublestartTime()floatx(double t)
-
-
-
Constructor Detail
-
TrajectorySequence_d_fCPtr
public TrajectorySequence_d_fCPtr(long cPtr, boolean cMemoryOwn)
-
TrajectorySequence_d_fCPtr
public TrajectorySequence_d_fCPtr()
Default constructor yielding a NULL-pointer.
-
TrajectorySequence_d_fCPtr
public TrajectorySequence_d_fCPtr(TrajectorySequence_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(TrajectorySequence_d_fCPtr obj)
-
delete
public void delete()
-
deref
public TrajectorySequence_d_f deref()
The pointer stored in the object.
-
__ref__
public TrajectorySequence_d_f __ref__()
Dereferencing operator.
-
getDeref
public TrajectorySequence_d_f getDeref()
Member access operator.
-
equals
public boolean equals(TrajectorySequence_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
-
x
public float x(double t)
-
dx
public float dx(double t)
-
ddx
public float ddx(double t)
-
duration
public double duration()
-
startTime
public double startTime()
-
getIterator
public TrajectoryIterator_d_fPtr getIterator(double dt)
-
endTime
public double endTime()
Returns the endTime of the trajectory.
The end time equals startTime() + duration().
- Returns:
- The end time
-
-