List of extracted volume cells interface. More...
#include <MeshVizXLM/extrmesh/topology/MeXVolumeTopologyExplicitI.h>
Public Member Functions | |
virtual const MeXVolumeCell * | getCell (size_t id) const =0 |
A generic abstract interface for an extracted unstructured volume mesh topology.
virtual const MeXVolumeCell* MeXVolumeTopologyExplicitI::getCell | ( | size_t | id | ) | const [pure virtual] |
Returns a cell of this topology.
The cell is identified by one id.
Implements MiVolumeTopologyExplicitI.