Open Inventor Release 2024.2.0
 
Loading...
Searching...
No Matches
MeXGeometry Class Referenceabstract

MeshViz Generic geometry interface for extracted meshes. More...

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

+ Inheritance diagram for MeXGeometry:

Public Member Functions

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.

Generic geometry interface. This type of geometry is typically used by extracted mesh interfaces.

Definition at line 38 of file MeXGeometry.h.

Member Function Documentation

◆ getMax()

virtual MbVec3d MeXGeometry::getMax ( ) const
pure virtual

Returns the maximum value of this set.

Reimplemented from MiGeometry.

Implemented in MeXGeometryRegular.

◆ getMin()

virtual MbVec3d MeXGeometry::getMin ( ) const
pure virtual

Returns the minimum value of this set.

Reimplemented from MiGeometry.

Implemented in MeXGeometryRegular.


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