Version: 6.3.1
Functions

src/StdMeshers/StdMeshers_MaxElementVolume.cxx File Reference

#include "StdMeshers_MaxElementVolume.hxx"
#include "SMDS_MeshElement.hxx"
#include "SMESHDS_SubMesh.hxx"
#include "SMESH_ControlsDef.hxx"
#include "SMESH_Mesh.hxx"
#include "utilities.h"
#include <TopExp.hxx>
#include <TopExp_Explorer.hxx>
#include <TopTools_IndexedMapOfShape.hxx>
Include dependency graph for StdMeshers_MaxElementVolume.cxx:

Go to the source code of this file.

Functions

ostream & operator<< (ostream &save, StdMeshers_MaxElementVolume &hyp)
istream & operator>> (istream &load, StdMeshers_MaxElementVolume &hyp)

Function Documentation

ostream& operator<< ( std::ostream &  save,
StdMeshers_MaxElementVolume hyp 
)

Definition at line 133 of file StdMeshers_MaxElementVolume.cxx.

{
  return hyp.SaveTo( save );
}
istream& operator>> ( std::istream &  load,
StdMeshers_MaxElementVolume hyp 
)

Definition at line 144 of file StdMeshers_MaxElementVolume.cxx.

{
  return hyp.LoadFrom( load );
}
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS