Representation of the limits of a surface mesh. More...
#include <MeshViz/3Ddata/PoMeshLimit.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoMeshLimit () | |
virtual void | rebuild () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
Class to build the limits of the current surface mesh. The exterior and the interior boundaries of the mesh are displayed. See PoMesh for more explanations about the current mesh. If the current mesh is an indexed mesh (class PbIndexedMesh2D, PoIndexedMesh2D and derived), the limit is defined by the list of edges which are referred by only one cell.
Even if the current mesh has a 2D geometry, a 3D surface can be obtained if the field PoMesh2D::zValuesIndex is defined (i.e., >= 0) and if the corresponding scalar data set exist in the mesh.
If the current mesh has a 3D geometry, its z coordinates are used if the field PoMesh2D::zValuesIndex is undefined (i.e., <0).
Data mapping is not supported. The representation uses only one inherited color, independent of the field's value PoMesh::coloringType.
The vector data of the mesh for this representation is unused.
PoMeshLimit::PoMeshLimit | ( | ) |
Constructor.
static const SoNodekitCatalog* PoMeshLimit::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoMesh2D.
static SoType PoMeshLimit::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMesh2D.
virtual const SoNodekitCatalog* PoMeshLimit::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoMesh2D.
virtual SoType PoMeshLimit::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMesh2D.
virtual void PoMeshLimit::rebuild | ( | ) | [virtual] |