Defines a mesh of hexahedrons.
More...
#include <MeshVizXLM/mesh/mesh/volumes/MbVolumeMeshHexahedron.h>
Public Member Functions | |
MbVolumeMeshHexahedron () | |
template<typename _Vec3Iter , typename _NodeIdIter > | |
MbVolumeMeshHexahedron (_Vec3Iter beginCoord, _Vec3Iter endCoord, _NodeIdIter beginId, _NodeIdIter endId) | |
template<typename _NodeIdIter > | |
void | setTopology (_NodeIdIter beginId, _NodeIdIter endId) |
virtual const MbHexahedronCellsSet & | getTopology () const |
template<typename _BoolIter > | |
void | setDeadCells (_BoolIter beginId, _BoolIter endId) |
void | touch () |
MbVolumeMeshHexahedron< _CoordT, _ScalarT, _Vec3T >::MbVolumeMeshHexahedron | ( | ) | [inline] |
Constructor of an empty mesh.
MbVolumeMeshHexahedron< _CoordT, _ScalarT, _Vec3T >::MbVolumeMeshHexahedron | ( | _Vec3Iter | beginCoord, | |
_Vec3Iter | endCoord, | |||
_NodeIdIter | beginId, | |||
_NodeIdIter | endId | |||
) | [inline] |
Constructor of a volume mesh.
const MbHexahedronCellsSet & MbVolumeMeshHexahedron< _CoordT, _ScalarT, _Vec3T >::getTopology | ( | ) | const [inline, virtual] |
Returns the topology of this mesh.
Implements MiVolumeMeshUnstructured.
void MbVolumeMeshHexahedron< _CoordT, _ScalarT, _Vec3T >::setDeadCells | ( | _BoolIter | beginId, | |
_BoolIter | endId | |||
) | [inline] |
Defines dead cells.
void MbVolumeMeshHexahedron< _CoordT, _ScalarT, _Vec3T >::setTopology | ( | _NodeIdIter | beginId, | |
_NodeIdIter | endId | |||
) | [inline] |
Sets a new topology.
void MbVolumeMeshHexahedron< _CoordT, _ScalarT, _Vec3T >::touch | ( | ) | [inline] |