X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Union.h;h=797a5573f12f685747202e9596a3d88c75e8cbf7;hb=b6cb9a5e9ecc1c5dae69d686fa73a8afec92d04f;hp=d3b58c807c227519d2faaa6bdb4ae557da706db5;hpb=7074394f8f08413d885f63be01df6bd5007b868c;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Union.h b/src/FeaturesPlugin/FeaturesPlugin_Union.h index d3b58c807..797a5573f 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Union.h +++ b/src/FeaturesPlugin/FeaturesPlugin_Union.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2019 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 @@ -12,27 +12,21 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef FeaturesPlugin_Union_H_ #define FeaturesPlugin_Union_H_ -#include "FeaturesPlugin.h" -#include - -#include - -class GeomAlgoAPI_MakeShape; +#include "FeaturesPlugin_VersionedBoolean.h" /// \class FeaturesPlugin_Union /// \ingroup Plugins /// \brief Feature for applying of Union operations on Shapes. Union removes shared shapes from /// several shapes and combines them into one. -class FeaturesPlugin_Union : public ModelAPI_Feature +class FeaturesPlugin_Union : public FeaturesPlugin_VersionedBoolean { public: /// Feature kind.