Version: 6.3.1
Functions

src/StdMeshers/StdMeshers_MaxElementArea.cxx File Reference

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 131 of file StdMeshers_MaxElementArea.cxx.

References StdMeshers_MaxElementArea.SaveTo().

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

Definition at line 142 of file StdMeshers_MaxElementArea.cxx.

References StdMeshers_MaxElementArea.LoadFrom().

{
  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