23#ifndef _MIVOLUMEMESHCURVILINEAR_H
24#define _MIVOLUMEMESHCURVILINEAR_H
27# pragma warning( push )
28# pragma warning(disable:4250)
70 virtual std::ostream&
toStream(std::ostream& s)
const
72 s <<
"#MiVolumeMeshCurvilinear" << std::endl;
74 s << getGeometry() << std::endl;
80# pragma warning( pop )
#define MESHVIZXLM_EXTR_API
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Generic geometry interfa...
<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> Curvilinear volume mesh ...
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.
virtual const MiGeometryIjk & getGeometry() const =0
Returns the geometry of this mesh.