23#ifndef _MiVolumeMeshHexahedronIjk_H
24#define _MiVolumeMeshHexahedronIjk_H
27# pragma warning( push )
28# pragma warning(disable:4250)
64 virtual std::ostream&
toStream(std::ostream& s)
const
66 s <<
"#MiVolumeMeshHexahedronIjk" << std::endl;
68 s <<
"#mesh geometry" << std::endl;
77# pragma warning( pop )
#define MESHVIZXLM_EXTR_API
virtual MbVec3d getCoord(size_t i) const =0
Returns the i-th coordinate of this geometry.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> List of volume cells int...
<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> Unstructured mesh abstra...
virtual const MiGeometryI & getGeometry() const =0
Returns the unstructured geometry of this mesh.
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> IJK Hexahedron volume me...
virtual std::ostream & toStream(std::ostream &s) const
Performs an output operation on a stream which is returned afterward.
virtual const MiHexahedronTopologyExplicitIjk & getTopology() const =0
Returns the topology of this mesh.