27 #ifndef _SMESH_Geometric1D_I_HXX_
28 #define _SMESH_Geometric1D_I_HXX_
32 #include <SALOMEconfig.h>
33 #include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
43 public virtual POA_StdMeshers::StdMeshers_Geometric1D,
53 void SetStartLength(CORBA::Double length)
throw(SALOME::SALOME_Exception);
54 void SetCommonRatio(CORBA::Double factor)
throw(SALOME::SALOME_Exception);
56 CORBA::Double GetStartLength();
57 CORBA::Double GetCommonRatio();