Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MeXGeometryExplicit Class Referenceabstract

MeshViz Generic geometry interface for extracted meshes with explicit coordinates. More...

#include <MeshVizXLM/extrmesh/geometry/MeXGeometryExplicit.h>

+ Inheritance diagram for MeXGeometryExplicit:

Public Member Functions

virtual const SoBufferObjectgetBuffer () 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.
 
- 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.
 

Additional Inherited Members

- 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.
 

Detailed Description

MeshViz Generic geometry interface for extracted meshes with explicit coordinates.

Generic geometry interface. This type of geometry is typically used by extracted mesh interfaces with explicit coordinates computed by the extractors.

Definition at line 41 of file MeXGeometryExplicit.h.

Member Function Documentation

◆ getBuffer()

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.

NOTES

    This buffer is not always available: In that case the method returns null.

    Returns
    the internal buffer used to store the geometry of the extracted shape or null if it is not available.

The documentation for this class was generated from the following file: