Generic geometry interface for extracted structured surface meshes.
More...
#include <MeshVizXLM/extrmesh/geometry/MeXGeometryIj.h>
Additional Inherited Members | |
![]() | |
virtual MbVec3d | getCoord (size_t i, size_t j) const =0 |
Returns the coordinate (i,j) of this geometry. | |
![]() | |
virtual | ~MiGeometry () |
virtual size_t | getTimeStamp () const =0 |
Returns for this geometry a unique time stamp across all geometries in the application. | |
![]() | |
virtual const SoBufferObject * | getBuffer () const =0 |
Returns the buffer that stores the geometry of the extracted shape. | |
![]() | |
virtual MbVec3d | getMin () const =0 |
Returns the minimum value of this set. | |
virtual MbVec3d | getMax () const =0 |
Returns the maximum value of this set. | |
![]() | |
virtual std::ostream & | toStream (std::ostream &s) const |
Performs an output operation on a stream which is returned afterward. | |
Generic geometry interface for extracted structured surface meshes.
Generic geometry interface accessible via two indices. This type of geometry is typically used by extracted curvilinear surface mesh interfaces.
Definition at line 39 of file MeXGeometryIj.h.