Representation of cross-contour of a volume mesh. More...
#include <MeshViz/3Ddata/PoMeshCrossContour.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoMeshCrossContour () | |
virtual void | rebuild () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
Public Attributes | |
SoSFPlane | plane |
The cross-contour is a list of lines defined by the geometric intersection between the mesh skin and a cross section.
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.
plane | Z=0 plane |
valuesIndex | -1 |
coloringType | COLOR_INHERITED |
vecsIndex | -1 |
valuesIndexForCellFilter | -1 |
moduleDataMapping | NULL |
PoMeshCrossContour::PoMeshCrossContour | ( | ) |
Constructor.
static const SoNodekitCatalog* PoMeshCrossContour::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoMesh3D.
static SoType PoMeshCrossContour::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMesh3D.
virtual const SoNodekitCatalog* PoMeshCrossContour::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoMesh3D.
virtual SoType PoMeshCrossContour::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMesh3D.
virtual void PoMeshCrossContour::rebuild | ( | ) | [virtual] |
Position of the cross section.
Z=0 plane by default.