23#ifndef _MIVOLUMEMESHRECTILINEAR_H
24#define _MIVOLUMEMESHRECTILINEAR_H
27# pragma warning( push )
28# pragma warning(disable:4250)
68 virtual std::ostream&
toStream(std::ostream& s)
const
70 s <<
"#MiVolumeMeshRectilinear" << std::endl;
72 s << getGeometry() << std::endl;
#define MESHVIZXLM_EXTR_API
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> IJK volume mesh abstract...
virtual const MiTopologyIjk & getTopology() const =0
Returns the topology of this mesh.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic rectilinear volu...
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Rectilinear volume mesh ...
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.
virtual const MiVolumeGeometryRectilinear & getGeometry() const =0
Returns the geometry of this mesh.