Generic geometry interface for extracted meshes with explicit coordinates. More...
#include <MeshVizXLM/extrmesh/geometry/MeXGeometryExplicit.h>
Public Member Functions | |
virtual const SoBufferObject * | getBuffer () const =0 |
Generic geometry interface. This type of geometry is typically used by extracted mesh interfaces with explicit coordinates computed by the extractors.
virtual const SoBufferObject* MeXGeometryExplicit::getBuffer | ( | ) | const [pure virtual] |
Returns the buffer that stores the geometry of the extracted shape.
The content of this buffer is compatible with Open Inventor buffered shapes, thus it can be used by fields such as SoBufferedShape::vertexBuffer.