Defines an abstract volume mesh. More...
#include <MeshViz/3Ddata/PbMesh3D.h>
Public Member Functions | |
virtual float | getVolume () const |
virtual float | getArea () const |
A volume mesh is made of polyhedral cells, that define a 3D volume. The topology of this mesh is either regular (see derived class PbGrid3D) or irregular (see derived class PbIndexedMesh3D).
virtual float PbMesh3D::getArea | ( | ) | const [inline, virtual] |
Returns always 0.
Implements PbMesh.
virtual float PbMesh3D::getVolume | ( | ) | const [virtual] |
Gets the volume of the mesh.
Implements PbMesh.
Reimplemented in PbParalCartesianGrid3D, and PbRegularCartesianGrid3D.