Salome HOME
interpolation des champs
[modules/homard.git] / src / HOMARD_I / HOMARD_Hypothesis_i.hxx
index 5bc2fad3ececb53d5bef07685334d840ea619373..cfbfe66aefe59b78c6aa815650af35ec9cbff56f 100644 (file)
@@ -105,8 +105,10 @@ public:
   void                   SetTypeFieldInterp( CORBA::Long TypeFieldInterp );
   CORBA::Long            GetTypeFieldInterp();
   void                   AddFieldInterp( const char* FieldInterp );
-  void                   SupprFieldInterp();
-  HOMARD::listFieldInterpHypo* GetListFieldInterp();
+  void                   AddFieldInterpType( const char* FieldInterp, CORBA::Long TypeInterp );
+  void                   SupprFieldInterp( const char* FieldInterp );
+  void                   SupprFieldInterps();
+  HOMARD::listeFieldInterpsHypo* GetFieldInterps();
 
 // Liens avec les autres structures
   void                   SetCaseCreation( const char* NomCaseCreation );