Package org.robwork.sdurw_proximity
Class ProximityDataPtr
- java.lang.Object
-
- org.robwork.sdurw_proximity.ProximityDataPtr
-
public class ProximityDataPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description ProximityDataPtr()Default constructor yielding a NULL-pointer.ProximityDataPtr(long cPtr, boolean cMemoryOwn)ProximityDataPtr(ProximityData 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 ProximityData__ref__()Dereferencing operator.ProximityDataCPtrcptr()voiddelete()ProximityDataderef()The pointer stored in the object.booleanequals(ProximityData p)ProximityCachePtrget_cache()Cached data used by the collision detector to speed up
consecutive queries.CollisionDetector.CollisionDetectorQueryResultget_collisionData()CollisionDetector.CollisionDetectorQueryTypegetCollisionQueryType()static longgetCPtr(ProximityDataPtr obj)ProximityDatagetDeref()Member access operator.booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownershipvoidset_cache(ProximityCachePtr value)Cached data used by the collision detector to speed up
consecutive queries.voidset_collisionData(CollisionDetector.CollisionDetectorQueryResult value)voidsetCollisionQueryType(CollisionDetector.CollisionDetectorQueryType qtype)
-
-
-
Constructor Detail
-
ProximityDataPtr
public ProximityDataPtr(long cPtr, boolean cMemoryOwn)
-
ProximityDataPtr
public ProximityDataPtr()
Default constructor yielding a NULL-pointer.
-
ProximityDataPtr
public ProximityDataPtr(ProximityData ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(ProximityDataPtr obj)
-
delete
public void delete()
-
deref
public ProximityData deref()
The pointer stored in the object.
-
__ref__
public ProximityData __ref__()
Dereferencing operator.
-
getDeref
public ProximityData getDeref()
Member access operator.
-
equals
public boolean equals(ProximityData 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 ProximityDataCPtr cptr()
-
setCollisionQueryType
public void setCollisionQueryType(CollisionDetector.CollisionDetectorQueryType qtype)
-
getCollisionQueryType
public CollisionDetector.CollisionDetectorQueryType getCollisionQueryType()
-
set_collisionData
public void set_collisionData(CollisionDetector.CollisionDetectorQueryResult value)
-
get_collisionData
public CollisionDetector.CollisionDetectorQueryResult get_collisionData()
-
set_cache
public void set_cache(ProximityCachePtr value)
Cached data used by the collision detector to speed up
consecutive queries.
-
get_cache
public ProximityCachePtr get_cache()
Cached data used by the collision detector to speed up
consecutive queries.
-
-