Representation of the edges of surface mesh. More...
#include <MeshViz/3Ddata/PoMeshLines.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoMeshLines () | |
virtual void | rebuild () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
This representation draws all edges joining each adjacent nodes of the current mesh.
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).
If the field PoMesh::valuesIndex is not defined (or if coloringType = COLOR_INHERITED), the representation uses only one inherited color. If the field PoMesh::valuesIndex is defined (and if coloringType != COLOR_INHERITED), the representation is colored by using the current data mapping applied to each mesh node value. (see PoMesh for more explanations about the current data-mapping).
The vector data of the mesh for this representation is unused.
PoMeshLines::PoMeshLines | ( | ) |
Constructor.
static const SoNodekitCatalog* PoMeshLines::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoMesh2D.
static SoType PoMeshLines::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMesh2D.
virtual const SoNodekitCatalog* PoMeshLines::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoMesh2D.
virtual SoType PoMeshLines::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMesh2D.
virtual void PoMeshLines::rebuild | ( | ) | [virtual] |