Abstract base class for all MeshViz XLM line representation nodes containing an extractor. More...
#include <MeshVizXLM/mapping/nodes/MoMeshLineRepresentation.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Friends | |
class | MdMeshLineRepresentation |
Abstract base class for all MeshViz XLM line representation nodes containing an extractor.
The basic representations and the meshes they apply to are:
static SoType MoMeshLineRepresentation::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from MoMeshRepresentation.
Reimplemented in MoMeshClipLine, MoMeshLine, and MoMeshOutline.
virtual SoType MoMeshLineRepresentation::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from MoMeshRepresentation.
Reimplemented in MoMeshClipLine, MoMeshLine, and MoMeshOutline.
friend class MdMeshLineRepresentation [friend] |