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

MeshViz Regular mesh abstract interface. More...

#include <MeshVizXLM/mesh/MiMeshRegular.h>

+ Inheritance diagram for MiMeshRegular:

Public Member Functions

virtual const MiGeometryRegulargetGeometry () const =0
 Returns the geometry of this mesh.
 
- Public Member Functions inherited from MiMesh
virtual ~MiMesh ()
 

Additional Inherited Members

- Public Types inherited from MiMesh
enum  Dimension {
  DIMENSION_I = 0 ,
  DIMENSION_J = 1 ,
  DIMENSION_K = 2
}
 Defines the dimensions in a one, two, or three-dimensional array. More...
 
- Protected Member Functions inherited from MiMesh
virtual std::ostream & toStream (std::ostream &s) const =0
 Performs an output operation on a stream which is returned afterward.
 

Detailed Description

MeshViz Regular mesh abstract interface.

This interface defines a regular mesh. A regular mesh has a geometry defined by a bounding box. A regular mesh could be either a volume (a parallelepiped) a surface (a rectangle) or a straight line.

See also
MiVolumeMeshRegular
MiLineMeshRegular
MiSurfaceMeshRegular

Definition at line 50 of file MiMeshRegular.h.

Member Function Documentation

◆ getGeometry()

virtual const MiGeometryRegular & MiMeshRegular::getGeometry ( ) const
pure virtual

Returns the geometry of this mesh.

A MiGeometryRegular represents a regular geometry fully defined by its min and max points.

Implemented in MeXSurfaceMeshRegular.


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