Stores detail information about vertex-based shapes made of line segments from structured surface meshes. More...
#include <MeshVizXLM/mapping/details/MoLineDetailIj.h>
Public Member Functions | |
virtual SoType | getTypeId () const |
MoLineDetailIj () | |
virtual | ~MoLineDetailIj () |
virtual MoLineDetailIj * | copy () const |
Static Public Member Functions | |
static SoType | getClassTypeId () |
| |
size_t | getCellIndexI () const |
size_t | getCellIndexJ () const |
Stores detail information about vertex-based shapes made of line segments from structured surface meshes.
This class contains detail information about a line segment in a vertex-based shape made of line segments (extends MoLineDetail). Additional information includes the I/J indices of the cell containing the line segment in the structured surface mesh stored in the associated MoMeshDetail (see MoLineDetail::getMeshDetail()).
SoDetail, MoLineDetail, MoMeshDetail, MoSurfaceMeshDetail, SoPickedPoint, SoPrimitiveVertex, SoVertexShape
MoLineDetailIj::MoLineDetailIj | ( | ) |
Constructor.
virtual MoLineDetailIj::~MoLineDetailIj | ( | ) | [virtual] |
Destructor.
virtual MoLineDetailIj* MoLineDetailIj::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 MoLineDetail.
size_t MoLineDetailIj::getCellIndexI | ( | ) | const [inline] |
Returns the index of the cell containing the face within the input mesh.
size_t MoLineDetailIj::getCellIndexJ | ( | ) | const [inline] |
Returns the index of the cell containing the face within the input mesh.
static SoType MoLineDetailIj::getClassTypeId | ( | ) | [static] |
Returns the type identifier for this class.
Reimplemented from MoLineDetail.
virtual SoType MoLineDetailIj::getTypeId | ( | ) | const [virtual] |
Returns the type identifier for this specific instance.
Reimplemented from MoLineDetail.