Stores detail information about a mesh representation. More...
#include <MeshVizXLM/mapping/details/MoMeshRepresentationDetail.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
Returns the type identifier for this specific instance. | |
MoMeshRepresentationDetail () | |
Constructor. | |
virtual | ~MoMeshRepresentationDetail () |
Destructor. | |
const MeXScalardSetI * | getExtractedColorScalarSet () const |
const std::vector< const MeXScalardSetI * > & | getExtractedColorScalarSets () const |
virtual MoMeshRepresentationDetail * | copy () const =0 |
Returns an instance that is a copy of this instance. | |
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 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.
This class contains detail information about a mesh representation. It includes the mapped scalarset used for coloring.
SoDetail, MoFaceDetail, MoLineDetail MeXScalardSetI
Definition at line 67 of file MoMeshRepresentationDetail.h.
MoMeshRepresentationDetail::MoMeshRepresentationDetail | ( | ) |
Constructor.
|
virtual |
Destructor.
|
pure 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 SoDetail.
Implemented in MoLineMeshDetail, and MoSurfaceMeshDetail.
|
static |
Returns the type identifier for this class.
const MeXScalardSetI * MoMeshRepresentationDetail::getExtractedColorScalarSet | ( | ) | const |
|
inline |
Definition at line 89 of file MoMeshRepresentationDetail.h.
|
virtual |
Returns the type identifier for this specific instance.
Implements SoTypedObject.
Reimplemented in MoLineMeshDetail, and MoSurfaceMeshDetail.