X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARD_I%2FHOMARD_Cas_i.hxx;h=08617695273a434279250efc64f4466f266008e6;hb=b8b05864d14bb52293c5c80f46c103b51d65f5cd;hp=0880ae8739e754c9f136feafa1b4370c41854671;hpb=23bdd53f7112c6b4e4954b042919c390827085fb;p=modules%2Fhomard.git diff --git a/src/HOMARD_I/HOMARD_Cas_i.hxx b/src/HOMARD_I/HOMARD_Cas_i.hxx index 0880ae87..08617695 100644 --- a/src/HOMARD_I/HOMARD_Cas_i.hxx +++ b/src/HOMARD_I/HOMARD_Cas_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2011-2014 CEA/DEN, EDF R&D +// Copyright (C) 2011-2021 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 @@ -76,6 +76,9 @@ public: void SetConfType( CORBA::Long ConfType ); CORBA::Long GetConfType(); + void SetExtType( CORBA::Long ExtType ); + CORBA::Long GetExtType(); + void SetBoundingBox( const HOMARD::extrema& LesExtremes ); HOMARD::extrema* GetBoundingBox(); @@ -83,7 +86,8 @@ public: void SetGroups(const HOMARD::ListGroupType& ListGroup); HOMARD::ListGroupType* GetGroups(); - void AddBoundaryGroup( const char* Boundary, const char* Group); + void AddBoundary(const char* Boundary); + void AddBoundaryGroup(const char* Boundary, const char* Group); HOMARD::ListBoundaryGroupType* GetBoundaryGroup(); void SupprBoundaryGroup( );