X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHOMARDGUI%2FMonEditBoundaryAn.h;h=333f9bf2f1cdd8aec0462360f88523e20f5468ae;hb=refs%2Ftags%2FV9_13_0b1;hp=1dfe0251e819034565a043ffec002933d7623593;hpb=75b5a5de646773e5a51d9986c36ec6e72ce31f87;p=modules%2Fhomard.git diff --git a/src/HOMARDGUI/MonEditBoundaryAn.h b/src/HOMARDGUI/MonEditBoundaryAn.h index 1dfe0251..333f9bf2 100644 --- a/src/HOMARDGUI/MonEditBoundaryAn.h +++ b/src/HOMARDGUI/MonEditBoundaryAn.h @@ -1,9 +1,9 @@ -// Copyright (C) 2011-2013 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 // License as published by the Free Software Foundation; either -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -20,6 +20,8 @@ #ifndef MON_EDITBOUNDARYAN_H #define MON_EDITBOUNDARYAN_H +#include "HOMARDGUI_Exports.hxx" + #include #include @@ -28,7 +30,7 @@ #include -class MonEditBoundaryAn : public MonCreateBoundaryAn +class HOMARD_EXPORT MonEditBoundaryAn : public MonCreateBoundaryAn { Q_OBJECT public: @@ -45,10 +47,12 @@ protected : void SetSphere(); void SetConeR(); void SetConeA(); + void SetTore(); void InitValBoundaryAnCylindre(); void InitValBoundaryAnSphere(); void InitValBoundaryAnConeR(); void InitValBoundaryAnConeA(); + void InitValBoundaryAnTore(); public slots: