Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MoMeshDetail Class Reference

Stores detail information about a mesh. More...

#include <MeshVizXLM/mapping/details/MoMeshDetail.h>

+ Inheritance diagram for MoMeshDetail:

Public Member Functions

virtual SoType getTypeId () const
 Returns the type identifier for this specific instance.
 
 MoMeshDetail ()
 Constructor.
 
virtual ~MoMeshDetail ()
 Destructor.
 
MeshType getMeshType () const
 
const MiMeshgetMesh () const
 
const MiScalardSetgetColorScalarSet () const
 
const std::vector< const MiScalardSet * > & getColorScalarSets () const
 
virtual MoMeshDetailcopy () const
 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.
 

Detailed Description

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.

SEE ALSO

SoDetail, SoPickedPoint, MoFaceDetail, MoLineDetail, MiMesh, MiBoundedDataSet,

Definition at line 74 of file MoMeshDetail.h.

Constructor & Destructor Documentation

◆ MoMeshDetail()

MoMeshDetail::MoMeshDetail ( )

Constructor.

◆ ~MoMeshDetail()

virtual MoMeshDetail::~MoMeshDetail ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

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.

◆ getClassTypeId()

static SoType MoMeshDetail::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getColorScalarSet()

const MiScalardSet * MoMeshDetail::getColorScalarSet ( ) const

◆ getColorScalarSets()

const std::vector< const MiScalardSet * > & MoMeshDetail::getColorScalarSets ( ) const
inline

Definition at line 106 of file MoMeshDetail.h.

◆ getMesh()

const MiMesh * MoMeshDetail::getMesh ( ) const
inline

Definition at line 96 of file MoMeshDetail.h.

◆ getMeshType()

MeshType MoMeshDetail::getMeshType ( ) const
inline

Definition at line 91 of file MoMeshDetail.h.

◆ getTypeId()

virtual SoType MoMeshDetail::getTypeId ( ) const
virtual

Returns the type identifier for this specific instance.

Implements SoTypedObject.


The documentation for this class was generated from the following file: