Salome HOME
Insertion des valeurs définies dans les préférences comme valeurs par défaut...
[modules/homard.git] / src / HOMARD_I / HOMARD_YACS_i.hxx
index c67cfab7325202646398f72b8f4f8e1427ee479f..f429e94b013d367348117781b141576e7ad3a350 100644 (file)
@@ -69,6 +69,13 @@ public:
   void                   SetType( CORBA::Long Type );
   CORBA::Long            GetType();
 
+  void                   SetMaxIter( CORBA::Long MaxIter );
+  CORBA::Long            GetMaxIter();
+  void                   SetMaxNode( CORBA::Long MaxNode );
+  CORBA::Long            GetMaxNode();
+  void                   SetMaxElem( CORBA::Long MaxElem );
+  CORBA::Long            GetMaxElem();
+
   void                   SetDirName( const char* NomDir );
   char*                  GetDirName();