Open Inventor Release 2024.1.1
 
Loading...
Searching...
No Matches
MoSurfaceMeshDetail Class Reference

Stores detail information about a mesh representation defined by a surface. More...

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

+ Inheritance diagram for MoSurfaceMeshDetail:

Public Member Functions

virtual SoType getTypeId () const
 Returns the type identifier for this specific instance.
 
 MoSurfaceMeshDetail ()
 Constructor.
 
virtual ~MoSurfaceMeshDetail ()
 Destructor.
 
const MeXSurfaceMeshUnstructuredgetExtractedMesh () const
 
virtual MoSurfaceMeshDetailcopy () const
 Returns an instance that is a copy of this instance.
 
- Public Member Functions inherited from MoMeshRepresentationDetail
 MoMeshRepresentationDetail ()
 Constructor.
 
virtual ~MoMeshRepresentationDetail ()
 Destructor.
 
const MeXScalardSetIgetExtractedColorScalarSet () 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.
 

Detailed Description

Stores detail information about a mesh representation defined by a surface.

This class contains detail information about a mesh representation defined by a surface. It includes the extracted surface.

SEE ALSO

SoDetail, MoMeshRepresentationDetail MoFaceDetail, MeXSurfaceMeshUnstructured,

Definition at line 60 of file MoSurfaceMeshDetail.h.

Constructor & Destructor Documentation

◆ MoSurfaceMeshDetail()

MoSurfaceMeshDetail::MoSurfaceMeshDetail ( )

Constructor.

◆ ~MoSurfaceMeshDetail()

virtual MoSurfaceMeshDetail::~MoSurfaceMeshDetail ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

virtual MoSurfaceMeshDetail * MoSurfaceMeshDetail::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 MoMeshRepresentationDetail.

◆ getClassTypeId()

static SoType MoSurfaceMeshDetail::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getExtractedMesh()

const MeXSurfaceMeshUnstructured * MoSurfaceMeshDetail::getExtractedMesh ( ) const
inline

Definition at line 77 of file MoSurfaceMeshDetail.h.

◆ getTypeId()

virtual SoType MoSurfaceMeshDetail::getTypeId ( ) const
virtual

Returns the type identifier for this specific instance.

Reimplemented from MoMeshRepresentationDetail.


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