MeXVolumeCell Class Reference
[Cell]

MeshViz Defines an abstract cell of an extracted volume mesh. More...

#include <MeshVizXLM/extrmesh/cell/MeXVolumeCell.h>

Inheritance diagram for MeXVolumeCell:
MiVolumeCell MiCell

List of all members.

Public Member Functions

virtual MbVec3d getFacetNormal (size_t facet, const MiGeometryI *meshGeometry) const =0
virtual double getVolume (const MiGeometryI *meshGeometry) const =0

Detailed Description

MeshViz Defines an abstract cell of an extracted volume mesh.

A volume cell is a polyhedron element that connects adjacent nodes of a volume mesh.


Member Function Documentation

virtual MbVec3d MeXVolumeCell::getFacetNormal ( size_t  facet,
const MiGeometryI meshGeometry 
) const [pure virtual]

Gets the normal to the given facet of the cell.

An application does not need to override this method.

Parameters:
[in] facet The index of the facet (where 0 <= facet < getNumFacets()).
[in] meshGeometry The geometry of the mesh. Used to retrieve the node coordinates of this cell.
Returns:
a vector.
virtual double MeXVolumeCell::getVolume ( const MiGeometryI meshGeometry  )  const [pure virtual]

Gets the volume of the cell.

An application does not need to override this method.

Parameters:
[in] meshGeometry The geometry of the mesh. Used to retrieve the node coordinates of this cell.

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

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/