Class ProximityDataCPtr


  • public class ProximityDataCPtr
    extends java.lang.Object
    Ptr stores a pointer and optionally takes ownership of the value.
    • Constructor Detail

      • ProximityDataCPtr

        public ProximityDataCPtr​(long cPtr,
                                 boolean cMemoryOwn)
      • ProximityDataCPtr

        public ProximityDataCPtr()
        Default constructor yielding a NULL-pointer.
      • ProximityDataCPtr

        public ProximityDataCPtr​(ProximityData ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.
    • Method Detail

      • 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.
      • 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
      • get_cache

        public ProximityCachePtr get_cache()
        Cached data used by the collision detector to speed up
        consecutive queries.