X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD%2FHOMARD_Cas.hxx;h=4fd3dae506fe49a44e9b4fa126b1ede7d86f03c1;hb=refs%2Ftags%2FV9_13_0b1;hp=fecdda1befed60229a1a2b08b704e8ce6f4496d0;hpb=e54d7ad9aec9ab5f17846026152d91d3def96e07;p=modules%2Fhomard.git diff --git a/src/HOMARD/HOMARD_Cas.hxx b/src/HOMARD/HOMARD_Cas.hxx index fecdda1b..4fd3dae5 100644 --- a/src/HOMARD/HOMARD_Cas.hxx +++ b/src/HOMARD/HOMARD_Cas.hxx @@ -1,6 +1,6 @@ // HOMARD HOMARD : implementation of HOMARD idl descriptions // -// Copyright (C) 2011-2015 CEA/DEN, EDF R&D +// Copyright (C) 2011-2024 CEA, EDF // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -65,6 +65,9 @@ public: void SetConfType( int ConfType ); const int GetConfType() const; + void SetExtType( int ExtType ); + const int GetExtType() const; + void SetBoundingBox( const std::vector& extremas ); const std::vector& GetBoundingBox() const; @@ -73,6 +76,7 @@ public: const std::list& GetGroups() const; void SupprGroups(); + void AddBoundary( const char* Boundary ); void AddBoundaryGroup( const char* Boundary, const char* Group ); const std::list& GetBoundaryGroup() const; void SupprBoundaryGroup(); @@ -91,6 +95,7 @@ private: std::string _Name; std::string _NomDir; int _ConfType; + int _ExtType; int _Etat; std::vector _Boite; // cf HomardQTCommun pour structure du vecteur