Go to the documentation of this file.
29 #ifndef _SMESH_LOCALLENGTH_HXX_
30 #define _SMESH_LOCALLENGTH_HXX_
35 #include "Utils_SALOME_Exception.hxx"
43 void SetLength(
double length)
throw(SALOME_Exception);
44 void SetPrecision(
double precision)
throw(SALOME_Exception);
46 double GetLength()
const;
47 double GetPrecision()
const;
49 virtual std::ostream &
SaveTo(std::ostream & save);
50 virtual std::istream &
LoadFrom(std::istream & load);