Extracted generic parallelepiped, rectangular or straight line geometry. More...
#include <MeshVizXLM/extrmesh/geometry/MeXGeometryRegular.h>
Public Member Functions | |
virtual MbVec3d | getMin () const =0 |
virtual MbVec3d | getMax () const =0 |
A generic abstract interface for a parallelepiped geometry, a rectangle geometry or a straight line geometry. The geometry is given by two points defining two extremities. (see getMin() and getMax()).
virtual MbVec3d MeXGeometryRegular::getMax | ( | ) | const [pure virtual] |
Returns the maximum value of this set.
Implements MeXGeometry.
virtual MbVec3d MeXGeometryRegular::getMin | ( | ) | const [pure virtual] |
Returns the minimum value of this set.
Implements MeXGeometry.