IJ surface mesh abstract interface.
More...
#include <MeshVizXLM/mesh/MiMeshIj.h>
Public Member Functions | |
virtual const MiTopologyIj & | getTopology () const =0 |
This interface defines an IJ surface mesh. All IJ meshes have a common topology interface to get the number of cells: getNumCellsI(), and getNumCellsJ().
virtual const MiTopologyIj& MiMeshIj::getTopology | ( | ) | const [pure virtual] |
Returns the topology of this mesh.
Implemented in MeXMeshIj, MbMeshIj< _ScalarT, _Vec3T >, MySurfaceMeshCurvilinear, MySurfaceMeshRectilinear, MySurfaceMeshRegular, and MbMeshIj< double, MbVec3f >.