Defines a non indexed meshIjk of hexahedrons
More...
#include <MeshVizXLM/mesh/mesh/volumes/MbVertexHexahedronMeshIjk.h>
Public Member Functions | |
MbVertexHexahedronMeshIjk (const MbHexahedronMeshIjk< _CoordT, _ScalarT, _Vec3T, _LAYOUT > &indexedMesh) | |
const MiTopologyIjk & | getTopology () const |
const MiGeometryHexahedronIjk & | getGeometry () const |
void | touch () |
This mesh is built from a indexed hexahedronIjk mesh. It behaves as a wrapper. Hexahedrons are defined as follows:
S | |
n3----------n2 /| /| / | / | / | / | n7---------n6 | | | | | | n0----|-----n1 --- R | / | / | / | / |/ | / n4---------n5
/ / T
MbVertexHexahedronMeshIjk< _CoordT, _ScalarT, _Vec3T, _LAYOUT >::MbVertexHexahedronMeshIjk | ( | const MbHexahedronMeshIjk< _CoordT, _ScalarT, _Vec3T, _LAYOUT > & | indexedMesh | ) | [inline] |
const MiGeometryHexahedronIjk& MbVertexHexahedronMeshIjk< _CoordT, _ScalarT, _Vec3T, _LAYOUT >::getGeometry | ( | ) | const [inline, virtual] |
Returns the structured geometry of this mesh.
Implements MiVolumeMeshVertexHexahedronIjk.
const MiTopologyIjk& MbVertexHexahedronMeshIjk< _CoordT, _ScalarT, _Vec3T, _LAYOUT >::getTopology | ( | ) | const [inline, virtual] |
Returns the topology of this mesh.
Implements MiMeshIjk.
void MbVertexHexahedronMeshIjk< _CoordT, _ScalarT, _Vec3T, _LAYOUT >::touch | ( | ) | [inline] |