Class TriMeshCPtr


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

      • TriMeshCPtr

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

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

        public TriMeshCPtr​(TriMesh ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.
    • Method Detail

      • getCPtr

        public static long getCPtr​(TriMeshCPtr obj)
      • delete

        public void delete()
      • deref

        public TriMesh deref()
        The pointer stored in the object.
      • __ref__

        public TriMesh __ref__()
        Dereferencing operator.
      • getDeref

        public TriMesh getDeref()
        Member access operator.
      • equals

        public boolean equals​(TriMesh 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
      • getTriangle

        public Triangle getTriangle​(long idx)
        gets the triangle at index idx.
        Parameters:
        idx - [in] the index of the triangle.
        Returns:
        the triangle at index idx
      • getTriangle

        public void getTriangle​(long idx,
                                Triangle dst)
        gets the triangle at index idx.
        Parameters:
        idx - [in] the index of the triangle.
        dst - [out] where to store the triangle at index idx
      • getTriangle

        public void getTriangle​(long idx,
                                Triangle_f dst)
        gets the triangle at index idx. Using Floating point presicion
        Parameters:
        idx - [in] the index of the triangle.
        dst - [out] where to store the triangle at index idx
      • getSize

        public long getSize()
        gets the number of triangles in the triangle array.
      • size

        public long size()
        gets the number of triangles in the triangle array.
      • clone

        public TriMeshPtr clone()
        make a clone of this triangle mesh
        Returns:
        clone of this trimesh
      • getVolume

        public double getVolume()
        calculate a volume of this triangle mesh