Package org.robwork.sdurw_assembly
Class AssemblyStatePtr
- java.lang.Object
-
- org.robwork.sdurw_assembly.AssemblyStatePtr
-
public class AssemblyStatePtr extends java.lang.Object
Ptr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description AssemblyStatePtr()
Default constructor yielding a NULL-pointer.AssemblyStatePtr(long cPtr, boolean cMemoryOwn)
AssemblyStatePtr(AssemblyState ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
Method Summary
-
-
-
Constructor Detail
-
AssemblyStatePtr
public AssemblyStatePtr(long cPtr, boolean cMemoryOwn)
-
AssemblyStatePtr
public AssemblyStatePtr()
Default constructor yielding a NULL-pointer.
-
AssemblyStatePtr
public AssemblyStatePtr(AssemblyState ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(AssemblyStatePtr obj)
-
delete
public void delete()
-
deref
public AssemblyState deref()
The pointer stored in the object.
-
__ref__
public AssemblyState __ref__()
Dereferencing operator.
-
getDeref
public AssemblyState getDeref()
Member access operator.
-
equals
public boolean equals(AssemblyState 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
-
setPhase
public void setPhase(java.lang.String value)
-
getPhase
public java.lang.String getPhase()
-
setFemaleOffset
public void setFemaleOffset(Transform3D value)
-
getFemaleOffset
public Transform3D getFemaleOffset()
-
setMaleOffset
public void setMaleOffset(Transform3D value)
-
getMaleOffset
public Transform3D getMaleOffset()
-
setFemaleTmale
public void setFemaleTmale(Transform3D value)
-
getFemaleTmale
public Transform3D getFemaleTmale()
-
setFtSensorMale
public void setFtSensorMale(Wrench6D value)
-
getFtSensorMale
public Wrench6D getFtSensorMale()
-
setFtSensorFemale
public void setFtSensorFemale(Wrench6D value)
-
getFtSensorFemale
public Wrench6D getFtSensorFemale()
-
setContact
public void setContact(boolean value)
-
getContact
public boolean getContact()
-
setMaleflexT
public void setMaleflexT(SWIGTYPE_p_rw__trajectory__PathT_rw__math__Transform3DT_double_t_t value)
-
getMaleflexT
public SWIGTYPE_p_rw__trajectory__PathT_rw__math__Transform3DT_double_t_t getMaleflexT()
-
setFemaleflexT
public void setFemaleflexT(SWIGTYPE_p_rw__trajectory__PathT_rw__math__Transform3DT_double_t_t value)
-
getFemaleflexT
public SWIGTYPE_p_rw__trajectory__PathT_rw__math__Transform3DT_double_t_t getFemaleflexT()
-
setContacts
public void setContacts(SWIGTYPE_p_rw__trajectory__PathT_rw__math__Transform3DT_double_t_t value)
-
getContacts
public SWIGTYPE_p_rw__trajectory__PathT_rw__math__Transform3DT_double_t_t getContacts()
-
setMaxContactForce
public void setMaxContactForce(Vector3D value)
-
getMaxContactForce
public Vector3D getMaxContactForce()
-
-