Stores detail information about a mesh representation defined by a surface. More...
#include <MeshVizXLM/mapping/details/MoSurfaceMeshDetail.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
MoSurfaceMeshDetail () | |
virtual | ~MoSurfaceMeshDetail () |
const MeXSurfaceMeshUnstructured * | getExtractedMesh () const |
virtual MoSurfaceMeshDetail * | copy () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Stores detail information about a mesh representation defined by a surface.
This class contains detail information about a mesh representation defined by a surface. It includes the extracted surface.
SoDetail, MoMeshRepresentationDetail MoFaceDetail, MeXSurfaceMeshUnstructured,
MoSurfaceMeshDetail::MoSurfaceMeshDetail | ( | ) |
Constructor.
virtual MoSurfaceMeshDetail::~MoSurfaceMeshDetail | ( | ) | [virtual] |
Destructor.
virtual MoSurfaceMeshDetail* MoSurfaceMeshDetail::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 MoSurfaceMeshDetail::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from MoMeshRepresentationDetail.
const MeXSurfaceMeshUnstructured* MoSurfaceMeshDetail::getExtractedMesh | ( | ) | const [inline] |
virtual SoType MoSurfaceMeshDetail::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from MoMeshRepresentationDetail.