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

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

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

+ Inheritance diagram for MoFaceDetailIjk:

Public Member Functions

virtual SoType getTypeId () const
 Returns the type identifier for this specific instance.
 
 MoFaceDetailIjk ()
 Constructor.
 
virtual ~MoFaceDetailIjk ()
 Destructor.
 
size_t getCellIndexI () const
 Returns the I/J/K indices of the cell containing the face within the input mesh.
 
size_t getCellIndexJ () const
 
size_t getCellIndexK () const
 
virtual MoFaceDetailIjkcopy () 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 volume 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/K indices of the cell that contains this face in the structured volume mesh stored in the associated MoMeshDetail (see MoFaceDetail::getMeshDetail()).

SEE ALSO

MoFaceDetail, MoMeshDetail, MoSurfaceMeshDetail, SoPickedPoint, SoPrimitiveVertex, SoVertexShape

Definition at line 63 of file MoFaceDetailIjk.h.

Constructor & Destructor Documentation

◆ MoFaceDetailIjk()

MoFaceDetailIjk::MoFaceDetailIjk ( )

Constructor.

◆ ~MoFaceDetailIjk()

virtual MoFaceDetailIjk::~MoFaceDetailIjk ( )
virtual

Destructor.

Member Function Documentation

◆ copy()

virtual MoFaceDetailIjk * MoFaceDetailIjk::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 MoFaceDetailIjk::getCellIndexI ( ) const
inline

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

Definition at line 81 of file MoFaceDetailIjk.h.

◆ getCellIndexJ()

size_t MoFaceDetailIjk::getCellIndexJ ( ) const
inline

Definition at line 82 of file MoFaceDetailIjk.h.

◆ getCellIndexK()

size_t MoFaceDetailIjk::getCellIndexK ( ) const
inline

Definition at line 83 of file MoFaceDetailIjk.h.

◆ getClassTypeId()

static SoType MoFaceDetailIjk::getClassTypeId ( )
static

Returns the type identifier for this class.


◆ getTypeId()

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