Stores detail information about a mesh representation defined by a surface. More...
#include <MeshVizXLM/mapping/details/MoSurfaceMeshDetail.h>
Inheritance diagram for MoSurfaceMeshDetail:Public Member Functions | |
| virtual SoType | getTypeId () const |
| Returns the type identifier for this specific instance. | |
| MoSurfaceMeshDetail () | |
| Constructor. | |
| virtual | ~MoSurfaceMeshDetail () |
| Destructor. | |
| const MeXSurfaceMeshUnstructured * | getExtractedMesh () const |
| virtual MoSurfaceMeshDetail * | copy () const |
| Returns an instance that is a copy of this instance. | |
Public Member Functions inherited from MoMeshRepresentationDetail | |
| MoMeshRepresentationDetail () | |
| Constructor. | |
| virtual | ~MoMeshRepresentationDetail () |
| Destructor. | |
| const MeXScalardSetI * | getExtractedColorScalarSet () const |
| const std::vector< const MeXScalardSetI * > & | getExtractedColorScalarSets () const |
Public Member Functions inherited from SoTypedObject | |
| SbBool | isOfType (const SoType &type) const |
| Returns TRUE if this object is of the type specified in type or is derived from that type. | |
| template<typename TypedObjectClass > | |
| SbBool | isOfType () const |
| Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class. | |
Static Public Member Functions | |
| static SoType | getClassTypeId () |
| Returns the type identifier for this class. | |
Static Public Member Functions inherited from MoMeshRepresentationDetail | |
| static SoType | getClassTypeId () |
| Returns the type identifier for this class. | |
Static Public Member Functions inherited from SoDetail | |
| static SoType | getClassTypeId () |
| Returns type identifier for this class. | |
Static Public Member Functions inherited from SoTypedObject | |
| static SoType | getClassTypeId () |
| Returns the type identifier for this class. | |
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,
Definition at line 60 of file MoSurfaceMeshDetail.h.
| MoSurfaceMeshDetail::MoSurfaceMeshDetail | ( | ) |
Constructor.
|
virtual |
Destructor.
|
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 |
Returns the type identifier for this class.
|
inline |
Definition at line 77 of file MoSurfaceMeshDetail.h.
|
virtual |
Returns the type identifier for this specific instance.
Reimplemented from MoMeshRepresentationDetail.