Class PlainTriMeshN3_fPtr


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

      • PlainTriMeshN3_fPtr

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

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

        public PlainTriMeshN3_fPtr​(PlainTriMeshN3_f ptr)
        Do not take ownership of ptr.

        ptr can be null.

        The constructor is implicit on purpose.
    • Method Detail

      • delete

        public void delete()
      • 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
      • scale

        public void scale​(double scale)
      • add

        public void add​(TriangleN3_f triangle)
        add a triangle to the triangle mesh.
        Parameters:
        triangle - [in] Triangle to add. The triangle is copied.
      • add

        public void add​(PlainTriMeshN3_fPtr triangles)
        Add all triangles in the mesh triangles to this
      • clear

        public void clear()
        Clears the list of triangles
      • getTriangles

        public VectorTriangleN3_f getTriangles()
        the vector of triangles
        Returns:
        a reference to the triangle vector
      • resize

        public void resize​(long i)
        resize the triangle mesh
        Parameters:
        i - [in] new size of mesh.
      • getTriangle

        public Triangle getTriangle​(long idx)
      • getTriangle

        public void getTriangle​(long idx,
                                Triangle dst)
      • getTriangle

        public void getTriangle​(long idx,
                                Triangle_f dst)
      • getSize

        public long getSize()
      • size

        public long size()
      • getTriMesh

        public TriMeshPtr getTriMesh​(boolean forceCopy)
      • isConvex

        public boolean isConvex()
      • setConvexEnabled

        public void setConvexEnabled​(boolean isConvex)
      • getVolume

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

        public java.lang.String toString​(GeometryData.GeometryType type)
        format GeometryType to string
        Parameters:
        type -