Salome HOME
Copyright update 2022
[modules/homard.git] / src / HOMARD_I / HOMARD_Hypothesis_i.hxx
index 34c7d846d9b07a42ad8d130801b2ddaf36761b82..38cd3273761675a1968eb120e63731f094c36bbb 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2011-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -66,7 +66,7 @@ public:
   bool                   Restore( const std::string& stream );
 
 // Caracteristiques
-  void                   SetAdapRefinUnRef( CORBA::Long TypeAdap, CORBA::Long TypeRaff, CORBA::Long TypeDera );
+  void                   SetUnifRefinUnRef( CORBA::Long TypeRaffDera );
   HOMARD::listeTypes*    GetAdapRefinUnRef();
   CORBA::Long            GetAdapType();
   CORBA::Long            GetRefinType();
@@ -97,10 +97,12 @@ public:
   void                   SetAdapInit( CORBA::Long AdapInit );
   CORBA::Long            GetAdapInit();
 
-  void                   SetLevelOutput( CORBA::Long LevelOutput );
-  CORBA::Long            GetLevelOutput();
+  void                   SetExtraOutput( CORBA::Long ExtraOutput );
+  CORBA::Long            GetExtraOutput();
 
   void                   AddGroup( const char* Group);
+  void                   SupprGroup( const char* Group );
+  void                   SupprGroups();
   void                   SetGroups(const HOMARD::ListGroupType& ListGroup);
   HOMARD::ListGroupType* GetGroups();