Class LeafMeshImpl

All Implemented Interfaces:
Transformation, Pickable, Polygonizable, Renderable, Manageable, PersistenceCapable, Shareable, PointCloudLeaf, UserFields, XObject, Map, Serializable

public class LeafMeshImpl extends MeshNode implements PointCloudLeaf
See Also:
  • Field Details

    • idImport

      protected long idImport
    • $TYPE

      public static final Node.NType $TYPE
    • idImport$FIELD

      public static final Node.NType.Field idImport$FIELD
  • Constructor Details

    • LeafMeshImpl

      public LeafMeshImpl()
    • LeafMeshImpl

      public LeafMeshImpl(StringMap args)
    • LeafMeshImpl

      public LeafMeshImpl(Node[] nodes)
    • LeafMeshImpl

      public LeafMeshImpl(Polygons polygons)
    • LeafMeshImpl

      public LeafMeshImpl(LeafPointImpl[] points)
  • Method Details

    • getNode

      public Node getNode()
      Specified by:
      getNode in interface PointCloudLeaf
    • getMesh

      public static PolygonMesh getMesh(LeafPointImpl[] points)
    • getLocation

      public Vector3d getLocation()
      Specified by:
      getLocation in interface PointCloudLeaf
    • getNTypeImpl

      protected Node.NType getNTypeImpl()
      Description copied from class: Node
      This method returns the Node.NType which describes the managed fields of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      getNTypeImpl in class MeshNode
      Returns:
      type describing the managed fields of the class of this node
    • newInstance

      protected Node newInstance()
      Description copied from class: Node
      This method returns a new instance of the class of this node. This method has to be implemented in every concrete subclass.
      Overrides:
      newInstance in class MeshNode
      Returns:
      new instance of class of this node
    • getIdImport

      public long getIdImport()
      Specified by:
      getIdImport in interface PointCloudLeaf
    • setIdImport

      public void setIdImport(long value)
      Specified by:
      setIdImport in interface PointCloudLeaf