29 #ifndef _SMESH_LOCALLENGTH_I_HXX_
30 #define _SMESH_LOCALLENGTH_I_HXX_
34 #include <SALOMEconfig.h>
35 #include CORBA_SERVER_HEADER(SMESH_BasicHypothesis)
46 public virtual POA_StdMeshers::StdMeshers_LocalLength,
58 void SetLength( CORBA::Double theLength )
59 throw ( SALOME::SALOME_Exception );
61 void SetPrecision( CORBA::Double thePrecision )
62 throw ( SALOME::SALOME_Exception );
65 CORBA::Double GetLength();
67 CORBA::Double GetPrecision();