24 #ifndef _SMESH_MaxLength_I_HXX_
25 #define _SMESH_MaxLength_I_HXX_
29 #include <SALOMEconfig.h>
30 #include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
41 public virtual POA_StdMeshers::StdMeshers_MaxLength,
53 void SetLength( CORBA::Double theLength )
54 throw ( SALOME::SALOME_Exception );
58 void SetUsePreestimatedLength( CORBA::Boolean toUse)
59 throw ( SALOME::SALOME_Exception );
62 CORBA::Double GetLength();
65 CORBA::Boolean HavePreestimatedLength();
67 CORBA::Double GetPreestimatedLength();
70 void SetPreestimatedLength(CORBA::Double theLength);
73 CORBA::Boolean GetUsePreestimatedLength();