Representation of the mesh skin. More...
#include <MeshViz/3Ddata/PoMeshSkin.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
virtual const SoNodekitCatalog * | getNodekitCatalog () const |
PoMeshSkin () | |
virtual void | rebuild () |
Static Public Member Functions | |
static SoType | getClassTypeId () |
static const SoNodekitCatalog * | getClassNodekitCatalog () |
Class to build the skin of the current volume 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 PbIndexedMesh3D, PoIndexedMesh3D and derived), the skin is defined by the list of facets which belong to only one cell.
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.
PoMeshSkin::PoMeshSkin | ( | ) |
Constructor.
static const SoNodekitCatalog* PoMeshSkin::getClassNodekitCatalog | ( | ) | [static] |
Returns the SoNodekitCatalog for this class.
Reimplemented from PoMesh3D.
static SoType PoMeshSkin::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from PoMesh3D.
virtual const SoNodekitCatalog* PoMeshSkin::getNodekitCatalog | ( | ) | const [virtual] |
Returns the SoNodekitCatalog for this instance.
Reimplemented from PoMesh3D.
virtual SoType PoMeshSkin::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from PoMesh3D.
virtual void PoMeshSkin::rebuild | ( | ) | [virtual] |