Stores detail information about a mesh. More...
#include <MeshVizXLM/mapping/details/MoMeshDetail.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
MoMeshDetail () | |
virtual | ~MoMeshDetail () |
MeshType | getMeshType () const |
const MiMesh * | getMesh () const |
const MiScalardSet * | getColorScalarSet () const |
const std::vector< const MiScalardSet * > & | getColorScalarSets () const |
virtual MoMeshDetail * | copy () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
Stores detail information about a mesh.
This class contains detail information about a mesh, like the mesh type, the mesh itself as an MiMesh and the associated color scalarset as an MiBoundedDataSet.
Detail objects are returned by the SoPickedPoint class after picking.
SoDetail, SoPickedPoint, MoFaceDetail, MoLineDetail, MiMesh, MiBoundedDataSet
Picking, PickingAndProbing, TutorialPicking1, TutorialPicking2, TutorialPicking3, TutorialPicking4, TutorialPicking5, TutorialPicking6, TutorialPicking7, TutorialPicking8, TutorialPicking9
MoMeshDetail::MoMeshDetail | ( | ) |
Constructor.
virtual MoMeshDetail::~MoMeshDetail | ( | ) | [virtual] |
Destructor.
virtual MoMeshDetail* MoMeshDetail::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 SoDetail.
static SoType MoMeshDetail::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from SoDetail.
const MiScalardSet* MoMeshDetail::getColorScalarSet | ( | ) | const |
const std::vector<const MiScalardSet*>& MoMeshDetail::getColorScalarSets | ( | ) | const [inline] |
const MiMesh* MoMeshDetail::getMesh | ( | ) | const [inline] |
MeshType MoMeshDetail::getMeshType | ( | ) | const [inline] |
virtual SoType MoMeshDetail::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Implements SoTypedObject.