Generic geometry interface for extracted meshes. More...
#include <MeshVizXLM/extrmesh/geometry/MeXGeometry.h>
Public Member Functions | |
virtual MbVec3d | getMin () const =0 |
virtual MbVec3d | getMax () const =0 |
Generic geometry interface. This type of geometry is typically used by extracted mesh interfaces.
virtual MbVec3d MeXGeometry::getMax | ( | ) | const [pure virtual] |
Returns the maximum value of this set.
Reimplemented from MiGeometry.
Implemented in MeXGeometryRegular.
virtual MbVec3d MeXGeometry::getMin | ( | ) | const [pure virtual] |
Returns the minimum value of this set.
Reimplemented from MiGeometry.
Implemented in MeXGeometryRegular.