Package org.robwork.sdurw_trajectory
Class InterpolatorTrajectoryVector3DCPtr
- java.lang.Object
-
- org.robwork.sdurw_trajectory.InterpolatorTrajectoryVector3DCPtr
-
public class InterpolatorTrajectoryVector3DCPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description InterpolatorTrajectoryVector3DCPtr()Default constructor yielding a NULL-pointer.InterpolatorTrajectoryVector3DCPtr(long cPtr, boolean cMemoryOwn)InterpolatorTrajectoryVector3DCPtr(InterpolatorTrajectoryVector3D 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 InterpolatorTrajectoryVector3D__ref__()Dereferencing operator.Vector3Dddx(double t)voiddelete()InterpolatorTrajectoryVector3Dderef()The pointer stored in the object.doubleduration()Vector3Ddx(double t)doubleendTime()Returns the endTime of the trajectory.
The end time equals startTime() + duration().
booleanequals(InterpolatorTrajectoryVector3D p)static longgetCPtr(InterpolatorTrajectoryVector3DCPtr obj)InterpolatorTrajectoryVector3DgetDeref()Member access operator.TrajectoryIteratorVector3DPtrgetIterator()TrajectoryIteratorVector3DPtrgetIterator(double dt)SegmentVector3DgetSegment(long index)longgetSegmentsCount()Returns the number of segments
A segment contains a description interpolator and the blend used to blend from the
previous interpolatorbooleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownershipdoublestartTime()Vector3Dx(double t)
-
-
-
Constructor Detail
-
InterpolatorTrajectoryVector3DCPtr
public InterpolatorTrajectoryVector3DCPtr(long cPtr, boolean cMemoryOwn)
-
InterpolatorTrajectoryVector3DCPtr
public InterpolatorTrajectoryVector3DCPtr()
Default constructor yielding a NULL-pointer.
-
InterpolatorTrajectoryVector3DCPtr
public InterpolatorTrajectoryVector3DCPtr(InterpolatorTrajectoryVector3D ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(InterpolatorTrajectoryVector3DCPtr obj)
-
delete
public void delete()
-
deref
public InterpolatorTrajectoryVector3D deref()
The pointer stored in the object.
-
__ref__
public InterpolatorTrajectoryVector3D __ref__()
Dereferencing operator.
-
getDeref
public InterpolatorTrajectoryVector3D getDeref()
Member access operator.
-
equals
public boolean equals(InterpolatorTrajectoryVector3D 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 Vector3D x(double t)
-
dx
public Vector3D dx(double t)
-
ddx
public Vector3D ddx(double t)
-
duration
public double duration()
-
startTime
public double startTime()
-
getIterator
public TrajectoryIteratorVector3DPtr getIterator(double dt)
-
getIterator
public TrajectoryIteratorVector3DPtr getIterator()
-
getSegmentsCount
public long getSegmentsCount()
Returns the number of segments
A segment contains a description interpolator and the blend used to blend from the
previous interpolator
-
getSegment
public SegmentVector3D getSegment(long index)
-
endTime
public double endTime()
Returns the endTime of the trajectory.
The end time equals startTime() + duration().
- Returns:
- The end time
-
-