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 |
Returns the type identifier for this specific instance. | |
MoLineMeshDetail () | |
Constructor. | |
virtual | ~MoLineMeshDetail () |
Destructor. | |
const MeXLineMeshUnstructured * | getExtractedMesh () const |
virtual MoLineMeshDetail * | 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 line.
This class contains detail information about a mesh representation defined by a line. It includes the extracted line.
SoDetail, MoMeshRepresentationDetail MoLineDetail, MeXLineMeshUnstructured,
Definition at line 60 of file MoLineMeshDetail.h.
MoLineMeshDetail::MoLineMeshDetail | ( | ) |
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 MoLineMeshDetail.h.
|
virtual |
Returns the type identifier for this specific instance.
Reimplemented from MoMeshRepresentationDetail.