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=c4c139db7d23caed1736e0269f78698ae95c0487;hpb=65cf5e33a70609ffd748452d23f957dfeb625b75;p=modules%2Fhomard.git diff --git a/src/HOMARD/HOMARD_Cas.hxx b/src/HOMARD/HOMARD_Cas.hxx index c4c139db..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-2014 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 @@ -19,7 +19,7 @@ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // File : HOMARD_Cas.hxx -// Author : Paul RASCLE, EDF +// Author : Gerald NICOLAS, EDF // Module : HOMARD // // Remarques : @@ -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