27# pragma warning( push )
28# pragma warning(disable:4250)
86 virtual std::ostream&
toStream(std::ostream& s)
const
88 s <<
"#mesh topology" << std::endl;
89 s <<
"#numCellsI" << std::endl;
90 s << getTopology().getNumCellsI() << std::endl;
91 s <<
"#numCellsJ" << std::endl;
92 s << getTopology().getNumCellsJ() << std::endl;
93 s <<
"#numCellsK" << std::endl;
94 s << getTopology().getNumCellsK() << std::endl;
#define MESHVIZXLM_EXTR_API
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Abstract mesh interface.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> IJK volume mesh abstract...
StorageLayout
Hint about data organization in memory.
virtual const MiTopologyIjk & getTopology() const =0
Returns the topology of this mesh.
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> List of volume cells int...