28 #ifndef _SMESH_ARITHMETIC1D_I_HXX_ 
   29 #define _SMESH_ARITHMETIC1D_I_HXX_ 
   33 #include <SALOMEconfig.h> 
   34 #include CORBA_SERVER_HEADER(SMESH_BasicHypothesis) 
   43   public virtual POA_StdMeshers::StdMeshers_Arithmetic1D,
 
   56   void SetLength( CORBA::Double theLength, CORBA::Boolean theIsStart )
 
   57     throw ( SALOME::SALOME_Exception );
 
   60   void SetStartLength( CORBA::Double length) 
throw (SALOME::SALOME_Exception);
 
   63   void SetEndLength( CORBA::Double length) 
throw (SALOME::SALOME_Exception);
 
   66   CORBA::Double GetLength(CORBA::Boolean theIsStart);
 
   75   void SetObjectEntry( 
const char* theEntry);
 
   78   char* GetObjectEntry();