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

Stores detail information about vertex-based shapes made of faces from a structured surface mesh. More...

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

+ Inheritance diagram for MoFaceDetailIj:

Public Member Functions

virtual SoType getTypeId () const
 Returns the type identifier for this specific instance.
 
 MoFaceDetailIj ()
 Constructor.
 
virtual ~MoFaceDetailIj ()
 Destructor.
 
size_t getCellIndexI () const
 Returns the indices I/J of the cell containing the face within the input mesh.
 
size_t getCellIndexJ () const
 
virtual MoFaceDetailIjcopy () const
 Returns an instance that is a copy of this instance.
 
- Public Member Functions inherited from MoFaceDetail
 MoFaceDetail ()
 Constructor.
 
virtual ~MoFaceDetail ()
 Destructor.
 
double getValue (const SbVec3f &point) const
 Computes and returns the first value of the mapped scalarset at the given point.
 
std::vector< double > getValues (const SbVec3f &point) const
 Computes and returns all values of the mapped scalarsets at the given point.
 
const MoMeshDetailgetMeshDetail () const
 Returns information about the input mesh containing the cell that the face belongs to, represented as a MoMeshDetail.
 
const MoSurfaceMeshDetailgetMeshRepresentationDetail () const
 Returns information about the mesh representation (skin, isosurface...) containing the face, represented as a MoSurfaceMeshDetail, if available, returns NULL otherwise.
 
- Public Member Functions inherited from SoFaceDetail
 SoFaceDetail ()
 Constructor.
 
virtual ~SoFaceDetail ()
 Destructor.
 
int32_t getNumPoints () const
 Returns the number of points in the face.
 
const SoPointDetailgetPoint (int i) const
 Returns information about the point forming the i'th vertex of the face, represented as an SoPointDetail.
 
int32_t getFaceIndex () const
 Returns the index of the face within the shape.
 
int32_t getPartIndex () const
 Returns the index of the part containing the face within the shape.
 
- 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 MoFaceDetail
static SoType getClassTypeId ()
 Returns the type identifier for this class.
 
- Static Public Member Functions inherited from SoFaceDetail
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 vertex-based shapes made of faces from a structured surface mesh.

This class contains detail information about a face in a vertex-based shape made of faces (extends MoFaceDetail). Additional information includes the I/J indices of the cell that contains this face in the structured surface mesh stored in the associated MoMeshDetail (see MoFaceDetail::getMeshDetail()).

SEE ALSO

SoDetail, MoFaceDetail, MoMeshDetail, MoSurfaceMeshDetail, SoPickedPoint, SoPrimitiveVertex, SoVertexShape

Definition at line 64 of file MoFaceDetailIj.h.

Constructor & Destructor Documentation

◆ MoFaceDetailIj()

MoFaceDetailIj::MoFaceDetailIj ( )

Constructor.

◆ ~MoFaceDetailIj()

virtual MoFaceDetailIj::~MoFaceDetailIj ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

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

Reimplemented from MoFaceDetail.

◆ getCellIndexI()

size_t MoFaceDetailIj::getCellIndexI ( ) const
inline

Returns the indices I/J of the cell containing the face within the input mesh.

Definition at line 82 of file MoFaceDetailIj.h.

◆ getCellIndexJ()

size_t MoFaceDetailIj::getCellIndexJ ( ) const
inline

Definition at line 83 of file MoFaceDetailIj.h.

◆ getClassTypeId()

static SoType MoFaceDetailIj::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getTypeId()

virtual SoType MoFaceDetailIj::getTypeId ( ) const
virtual

Returns the type identifier for this specific instance.

Reimplemented from MoFaceDetail.


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