Package org.robwork.sdurw_models
Class MobileDeviceCPtr
- java.lang.Object
-
- org.robwork.sdurw_models.MobileDeviceCPtr
-
public class MobileDeviceCPtr extends java.lang.Object
Ptr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description MobileDeviceCPtr()
Default constructor yielding a NULL-pointer.MobileDeviceCPtr(long cPtr, boolean cMemoryOwn)
MobileDeviceCPtr(MobileDevice 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 MobileDevice
__ref__()
Dereferencing operator.JacobianCalculatorPtr
baseJCend(State state)
DeviceJacobian for the end frame.
By default this method forwards to baseDJframe().JacobianCalculatorPtr
baseJCframe(FrameCPtr frame, State state)
DeviceJacobian for a particular frame.
By default this method forwards to baseDJframes().JacobianCalculatorPtr
baseJCframes(FrameVector frames, State state)
Not implemented.Jacobian
baseJend(State state)
Jacobian
baseJframe(FramePtr frame, State state)
Not implemented.Jacobian
baseJframes(FrameVector frames, State state)
Not implemented.Transform3D
baseTend(State state)
Calculates the homogeneous transform from base to the end frame
\robabx{base}{end}{\mathbf{T}}Transform3D
baseTframe(FrameCPtr f, State state)
Calculates the homogeneous transform from base to a frame f
\robabx{b}{f}{\mathbf{T}}void
delete()
MobileDevice
deref()
The pointer stored in the object.boolean
equals(MobileDevice p)
Q
getAccelerationLimits()
PairQ
getBounds()
static long
getCPtr(MobileDeviceCPtr obj)
MobileDevice
getDeref()
Member access operator.long
getDOF()
java.lang.String
getName()
Returns the name of the deviceQ
getQ(State state)
Q
getVelocityLimits()
boolean
isNull()
checks if the pointer is nullboolean
isShared()
check if this Ptr has shared ownership or none
ownershipvoid
setQ(Q q, State state)
Transform3D
worldTbase(State state)
Calculates the homogeneous transform from world to base \robabx{w}{b}{\mathbf{T}}
-
-
-
Constructor Detail
-
MobileDeviceCPtr
public MobileDeviceCPtr(long cPtr, boolean cMemoryOwn)
-
MobileDeviceCPtr
public MobileDeviceCPtr()
Default constructor yielding a NULL-pointer.
-
MobileDeviceCPtr
public MobileDeviceCPtr(MobileDevice ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(MobileDeviceCPtr obj)
-
delete
public void delete()
-
deref
public MobileDevice deref()
The pointer stored in the object.
-
__ref__
public MobileDevice __ref__()
Dereferencing operator.
-
getDeref
public MobileDevice getDeref()
Member access operator.
-
equals
public boolean equals(MobileDevice 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
-
getBounds
public PairQ getBounds()
-
getVelocityLimits
public Q getVelocityLimits()
-
getAccelerationLimits
public Q getAccelerationLimits()
-
getDOF
public long getDOF()
-
baseJframes
public Jacobian baseJframes(FrameVector frames, State state)
Not implemented.
-
baseJCframes
public JacobianCalculatorPtr baseJCframes(FrameVector frames, State state)
Not implemented.
-
getName
public java.lang.String getName()
Returns the name of the device- Returns:
- name of the device
-
baseTframe
public Transform3D baseTframe(FrameCPtr f, State state)
Calculates the homogeneous transform from base to a frame f
\robabx{b}{f}{\mathbf{T}}- Returns:
- the homogeneous transform \robabx{b}{f}{\mathbf{T}}
-
baseTend
public Transform3D baseTend(State state)
Calculates the homogeneous transform from base to the end frame
\robabx{base}{end}{\mathbf{T}}- Returns:
- the homogeneous transform \robabx{base}{end}{\mathbf{T}}
-
worldTbase
public Transform3D worldTbase(State state)
Calculates the homogeneous transform from world to base \robabx{w}{b}{\mathbf{T}}
- Returns:
- the homogeneous transform \robabx{w}{b}{\mathbf{T}}
-
baseJCend
public JacobianCalculatorPtr baseJCend(State state)
DeviceJacobian for the end frame.
By default this method forwards to baseDJframe().
-
baseJCframe
public JacobianCalculatorPtr baseJCframe(FrameCPtr frame, State state)
DeviceJacobian for a particular frame.
By default this method forwards to baseDJframes().
-
-