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

MeshViz IJ surface mesh abstract interface. More...

#include <MeshVizXLM/mesh/MiMeshIj.h>

+ Inheritance diagram for MiMeshIj:

Public Member Functions

virtual const MiTopologyIjgetTopology () const =0
 Returns the topology 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 IJ surface mesh abstract interface.

This interface defines an IJ surface mesh. All IJ meshes have a common topology interface to get the number of cells: getNumCellsI(), and getNumCellsJ().

See also
MiSurfaceMeshRegular
MiSurfaceMeshCurvilinear
MiSurfaceMeshRectilinear

Definition at line 49 of file MiMeshIj.h.

Member Function Documentation

◆ getTopology()

virtual const MiTopologyIj & MiMeshIj::getTopology ( ) const
pure virtual

Returns the topology of this mesh.

Implemented in MeXMeshIj.


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