23#ifndef _MIVOLUMETOPOLOGYEXPLICITI_H 
   24#define _MIVOLUMETOPOLOGYEXPLICITI_H 
   26#include <MeshVizXLM/mesh/topology/MiTopologyExplicitI.h> 
   27#include <MeshVizXLM/mesh/cell/MiVolumeCell.h> 
   53  virtual std::ostream& toStream(std::ostream& s)
 const 
   55    s << 
"#Volume topology explicitI " << std::endl;
 
   56    return MiTopologyExplicitI::toStream(s);
 
 
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> List of generic cells in...
 
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> Defines an abstract cell...
 
<a href="IconLegend.html"><img src="extMV.gif" alt="MeshViz" border="0"></a> List of volume cells int...
 
virtual const MiVolumeCell * getCell(size_t id) const =0
Returns a cell of this topology.