Stores detail information about a mesh representation defined by a line. More...
#include <MeshVizXLM/mapping/details/MoLineMeshDetail.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
MoLineMeshDetail () | |
virtual | ~MoLineMeshDetail () |
const MeXLineMeshUnstructured * | getExtractedMesh () const |
virtual MoLineMeshDetail * | copy () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Stores detail information about a mesh representation defined by a line.
This class contains detail information about a mesh representation defined by a line. It includes the extracted line.
SoDetail, MoMeshRepresentationDetail MoLineDetail, MeXLineMeshUnstructured,
MoLineMeshDetail::MoLineMeshDetail | ( | ) |
Constructor.
virtual MoLineMeshDetail::~MoLineMeshDetail | ( | ) | [virtual] |
Destructor.
virtual MoLineMeshDetail* MoLineMeshDetail::copy | ( | ) | const [virtual] |
Returns an instance that is a copy of this instance.
The caller is responsible for deleting the copy when it is no longer needed.
Implements MoMeshRepresentationDetail.
static SoType MoLineMeshDetail::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from MoMeshRepresentationDetail.
const MeXLineMeshUnstructured* MoLineMeshDetail::getExtractedMesh | ( | ) | const [inline] |
virtual SoType MoLineMeshDetail::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from MoMeshRepresentationDetail.