Class PoCellShape

All Implemented Interfaces:
SafeDisposable
Direct Known Subclasses:
PoCellEdges, PoCellFacets, PoCellIndices

public class PoCellShape extends PoMesh
Abstract representation of a cell of a mesh. The cell is defined by its index in the current mesh. The current mesh is either the one defined by PoMesh.setMesh() or (if this method is not called) the one defined in a special node inherited during the traversal. This node has a type derived from PoMeshProperty.
  • Field Details

    • cellIndex

      public final SoSFInt32 cellIndex
      Cell index.
  • Constructor Details

    • PoCellShape

      public PoCellShape()
      Constructor.
  • Method Details