Go to the documentation of this file.
27 #ifndef _SMESH_Geometric1D_HXX_
28 #define _SMESH_Geometric1D_HXX_
33 #include "Utils_SALOME_Exception.hxx"
40 void SetStartLength(
double length)
throw(SALOME_Exception);
41 void SetCommonRatio(
double factor)
throw(SALOME_Exception);
43 double GetStartLength()
const;
44 double GetCommonRatio()
const;
46 virtual std::ostream &
SaveTo(std::ostream & save);
47 virtual std::istream &
LoadFrom(std::istream & load);