Generic extracted rectilinear surface geometry. More...
#include <MeshVizXLM/extrmesh/geometry/MeXSurfaceGeometryRectilinear.h>
Additional Inherited Members | |
Public Member Functions inherited from MiSurfaceGeometryRectilinear | |
virtual double | getX (size_t i) const =0 |
Returns the i-th coordinate along the X axis. | |
virtual double | getY (size_t j) const =0 |
Returns the j-th coordinate along the Y axis. | |
virtual MbVec3d | getNormal () const |
Returns the normal of the plane on which the rectilinear mesh is defined. | |
virtual double | getDistance () const |
Returns the distance to the origin of the plane on which the rectilinear mesh is defined. | |
Public Member Functions inherited from MiGeometry | |
virtual | ~MiGeometry () |
virtual size_t | getTimeStamp () const =0 |
Returns for this geometry a unique time stamp across all geometries in the application. | |
Public Member Functions inherited from MeXGeometryExplicit | |
virtual const SoBufferObject * | getBuffer () const =0 |
Returns the buffer that stores the geometry of the extracted shape. | |
Public Member Functions inherited from MeXGeometry | |
virtual MbVec3d | getMin () const =0 |
Returns the minimum value of this set. | |
virtual MbVec3d | getMax () const =0 |
Returns the maximum value of this set. | |
Protected Member Functions inherited from MiGeometry | |
virtual std::ostream & | toStream (std::ostream &s) const |
Performs an output operation on a stream which is returned afterward. | |
Generic extracted rectilinear surface geometry.
This interface is used by MeXSurfaceMeshRectilinear to access the geometry describing an extracted rectilinear surface mesh.
Definition at line 43 of file MeXSurfaceGeometryRectilinear.h.