Defines an abstract cell of an extracted line mesh. More...
#include <MeshVizXLM/extrmesh/cell/MeXLineCell.h>
Public Member Functions | |
virtual double | getLength (const MiGeometryI *meshGeometry) const =0 |
A line cell is an edge element that connects adjacent nodes of a line mesh.
virtual double MeXLineCell::getLength | ( | const MiGeometryI * | meshGeometry | ) | const [pure virtual] |
Gets the length of the cell.
An application does not need to override this method.
[in] | meshGeometry | The geometry of the mesh. Used to retrieve the node coordinates of this cell. |