class defining a regular line mesh.
More...
#include <MeshVizXLM/mesh/mesh/lines/MbLineMeshRegular.h>
Public Member Functions | |
MbLineMeshRegular (size_t numCells, MbVec3d min, MbVec3d max) | |
virtual const MiTopologyI & | getTopology () const |
MbLineTopologyI & | getTopology () |
virtual const MiGeometryRegular & | getGeometry () const |
MbLineMeshRegular< _CoordT, _ScalarT, _Vec3T >::MbLineMeshRegular | ( | size_t | numCells, | |
MbVec3d | min, | |||
MbVec3d | max | |||
) | [inline] |
Constructor.
virtual const MiGeometryRegular& MbLineMeshRegular< _CoordT, _ScalarT, _Vec3T >::getGeometry | ( | ) | const [inline, virtual] |
Get the geometry interface.
Implements MiMeshRegular.
MbLineTopologyI& MbLineMeshRegular< _CoordT, _ScalarT, _Vec3T >::getTopology | ( | ) | [inline] |
virtual const MiTopologyI& MbLineMeshRegular< _CoordT, _ScalarT, _Vec3T >::getTopology | ( | ) | const [inline, virtual] |
Returns the topology of this mesh.
Implements MiLineMeshRegular.