Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MoMeshRepresentationDetail Class Referenceabstract

Stores detail information about a mesh representation. More...

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

+ Inheritance diagram for MoMeshRepresentationDetail:

Public Member Functions

virtual SoType getTypeId () const
 Returns the type identifier for this specific instance.
 
 MoMeshRepresentationDetail ()
 Constructor.
 
virtual ~MoMeshRepresentationDetail ()
 Destructor.
 
const MeXScalardSetIgetExtractedColorScalarSet () const
 
const std::vector< const MeXScalardSetI * > & getExtractedColorScalarSets () const
 
virtual MoMeshRepresentationDetailcopy () 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.
 

Detailed Description

Stores detail information about a mesh representation.

This class contains detail information about a mesh representation. It includes the mapped scalarset used for coloring.

SEE ALSO

SoDetail, MoFaceDetail, MoLineDetail MeXScalardSetI

Definition at line 67 of file MoMeshRepresentationDetail.h.

Constructor & Destructor Documentation

◆ MoMeshRepresentationDetail()

MoMeshRepresentationDetail::MoMeshRepresentationDetail ( )

Constructor.

◆ ~MoMeshRepresentationDetail()

virtual MoMeshRepresentationDetail::~MoMeshRepresentationDetail ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

virtual MoMeshRepresentationDetail * MoMeshRepresentationDetail::copy ( ) const
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.

◆ getClassTypeId()

static SoType MoMeshRepresentationDetail::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getExtractedColorScalarSet()

const MeXScalardSetI * MoMeshRepresentationDetail::getExtractedColorScalarSet ( ) const

◆ getExtractedColorScalarSets()

const std::vector< const MeXScalardSetI * > & MoMeshRepresentationDetail::getExtractedColorScalarSets ( ) const
inline

Definition at line 89 of file MoMeshRepresentationDetail.h.

◆ getTypeId()

virtual SoType MoMeshRepresentationDetail::getTypeId ( ) const
virtual

Returns the type identifier for this specific instance.

Implements SoTypedObject.

Reimplemented in MoLineMeshDetail, and MoSurfaceMeshDetail.


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