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

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

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

+ Inheritance diagram for MoLineMeshDetail:

Public Member Functions

virtual SoType getTypeId () const
 Returns the type identifier for this specific instance.
 
 MoLineMeshDetail ()
 Constructor.
 
virtual ~MoLineMeshDetail ()
 Destructor.
 
const MeXLineMeshUnstructuredgetExtractedMesh () const
 
virtual MoLineMeshDetailcopy () 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 line.

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

SEE ALSO

SoDetail, MoMeshRepresentationDetail MoLineDetail, MeXLineMeshUnstructured,

Definition at line 60 of file MoLineMeshDetail.h.

Constructor & Destructor Documentation

◆ MoLineMeshDetail()

MoLineMeshDetail::MoLineMeshDetail ( )

Constructor.

◆ ~MoLineMeshDetail()

virtual MoLineMeshDetail::~MoLineMeshDetail ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

virtual MoLineMeshDetail * MoLineMeshDetail::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 MoLineMeshDetail::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getExtractedMesh()

const MeXLineMeshUnstructured * MoLineMeshDetail::getExtractedMesh ( ) const
inline

Definition at line 77 of file MoLineMeshDetail.h.

◆ getTypeId()

virtual SoType MoLineMeshDetail::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: