Go to the documentation of this file.
29 #ifndef _SMESH_MAXELEMENTAREA_HXX_
30 #define _SMESH_MAXELEMENTAREA_HXX_
35 #include "Utils_SALOME_Exception.hxx"
43 void SetMaxArea(
double maxArea)
throw(SALOME_Exception);
45 double GetMaxArea()
const;
47 virtual std::ostream &
SaveTo(std::ostream & save);
48 virtual std::istream &
LoadFrom(std::istream & load);