Package org.robwork.sdurw_trajectory
Class InterpolatorTrajectoryQuaternion_fCPtr
- java.lang.Object
-
- org.robwork.sdurw_trajectory.InterpolatorTrajectoryQuaternion_fCPtr
-
public class InterpolatorTrajectoryQuaternion_fCPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description InterpolatorTrajectoryQuaternion_fCPtr()Default constructor yielding a NULL-pointer.InterpolatorTrajectoryQuaternion_fCPtr(long cPtr, boolean cMemoryOwn)InterpolatorTrajectoryQuaternion_fCPtr(InterpolatorTrajectoryQuaternion_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 InterpolatorTrajectoryQuaternion_f__ref__()Dereferencing operator.Quaternion_fddx(double t)voiddelete()InterpolatorTrajectoryQuaternion_fderef()The pointer stored in the object.doubleduration()Quaternion_fdx(double t)doubleendTime()Returns the endTime of the trajectory.
The end time equals startTime() + duration().
booleanequals(InterpolatorTrajectoryQuaternion_f p)static longgetCPtr(InterpolatorTrajectoryQuaternion_fCPtr obj)InterpolatorTrajectoryQuaternion_fgetDeref()Member access operator.SWIGTYPE_p_rw__trajectory__TrajectoryIteratorT_rw__math__QuaternionT_float_t_t__PtrgetIterator()SWIGTYPE_p_rw__trajectory__TrajectoryIteratorT_rw__math__QuaternionT_float_t_t__PtrgetIterator(double dt)SegmentQuaternion_fgetSegment(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()Quaternion_fx(double t)
-
-
-
Constructor Detail
-
InterpolatorTrajectoryQuaternion_fCPtr
public InterpolatorTrajectoryQuaternion_fCPtr(long cPtr, boolean cMemoryOwn)
-
InterpolatorTrajectoryQuaternion_fCPtr
public InterpolatorTrajectoryQuaternion_fCPtr()
Default constructor yielding a NULL-pointer.
-
InterpolatorTrajectoryQuaternion_fCPtr
public InterpolatorTrajectoryQuaternion_fCPtr(InterpolatorTrajectoryQuaternion_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(InterpolatorTrajectoryQuaternion_fCPtr obj)
-
delete
public void delete()
-
deref
public InterpolatorTrajectoryQuaternion_f deref()
The pointer stored in the object.
-
__ref__
public InterpolatorTrajectoryQuaternion_f __ref__()
Dereferencing operator.
-
getDeref
public InterpolatorTrajectoryQuaternion_f getDeref()
Member access operator.
-
equals
public boolean equals(InterpolatorTrajectoryQuaternion_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 Quaternion_f x(double t)
-
dx
public Quaternion_f dx(double t)
-
ddx
public Quaternion_f ddx(double t)
-
duration
public double duration()
-
startTime
public double startTime()
-
getIterator
public SWIGTYPE_p_rw__trajectory__TrajectoryIteratorT_rw__math__QuaternionT_float_t_t__Ptr getIterator(double dt)
-
getIterator
public SWIGTYPE_p_rw__trajectory__TrajectoryIteratorT_rw__math__QuaternionT_float_t_t__Ptr 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 SegmentQuaternion_f getSegment(long index)
-
endTime
public double endTime()
Returns the endTime of the trajectory.
The end time equals startTime() + duration().
- Returns:
- The end time
-
-