Package org.robwork.sdurw_kinematics
Class FKTablePtr
- java.lang.Object
-
- org.robwork.sdurw_kinematics.FKTablePtr
-
public class FKTablePtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description FKTablePtr()Default constructor yielding a NULL-pointer.FKTablePtr(long cPtr, boolean cMemoryOwn)FKTablePtr(FKTable 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 FKTable__ref__()Dereferencing operator.FKTableCPtrcptr()voiddelete()FKTablederef()The pointer stored in the object.booleanequals(FKTable p)Transform3Dget(FrameCPtr frame)Frame&) conststatic longgetCPtr(FKTablePtr obj)FKTablegetDeref()Member access operator.StategetState()Returns State associated with the FKTable
The State returned is the State used to calculate the forward kinematics.
booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownershipvoidreset(State state)resets the FKTable to state
-
-
-
Constructor Detail
-
FKTablePtr
public FKTablePtr(long cPtr, boolean cMemoryOwn)
-
FKTablePtr
public FKTablePtr()
Default constructor yielding a NULL-pointer.
-
FKTablePtr
public FKTablePtr(FKTable ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(FKTablePtr obj)
-
delete
public void delete()
-
deref
public FKTable deref()
The pointer stored in the object.
-
__ref__
public FKTable __ref__()
Dereferencing operator.
-
getDeref
public FKTable getDeref()
Member access operator.
-
equals
public boolean equals(FKTable 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 FKTableCPtr cptr()
-
get
public Transform3D get(FrameCPtr frame)
Frame&) const
-
getState
public State getState()
Returns State associated with the FKTable
The State returned is the State used to calculate the forward kinematics.
- Returns:
- State used to calculate the forward kinematics
-
reset
public void reset(State state)
resets the FKTable to state- Parameters:
state-
-
-