X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBuildAPI%2FBuildAPI_swig.h;h=2d7615ff1f9d8d711fceee6fc732363fc6b16524;hb=88ee9b2b81cf93a6324336b57e30cc8a3a487499;hp=dd947e8633ecb2f1a5e4cf0b92cb62afbbf41a4f;hpb=c56ac5b45f7a4c27c7cc4ca065d60c21fe1aa537;p=modules%2Fshaper.git diff --git a/src/BuildAPI/BuildAPI_swig.h b/src/BuildAPI/BuildAPI_swig.h index dd947e863..2d7615ff1 100644 --- a/src/BuildAPI/BuildAPI_swig.h +++ b/src/BuildAPI/BuildAPI_swig.h @@ -1,15 +1,38 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: FeaturesAPI_swig.h -// Created: 07 June 2016 -// Author: Dmitry Bobylev +// Copyright (C) 2014-2022 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 +// License as published by the Free Software Foundation; either +// 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 +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// 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 +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// #ifndef FeaturesAPI_swig_H_ #define FeaturesAPI_swig_H_ #include + #include "BuildAPI_Compound.h" + #include "BuildAPI_CompSolid.h" #include "BuildAPI_Edge.h" + #include "BuildAPI_Face.h" + #include "BuildAPI_Filling.h" + #include "BuildAPI_Shell.h" + #include "BuildAPI_Solid.h" + #include "BuildAPI_SubShapes.h" #include "BuildAPI_Vertex.h" + #include "BuildAPI_Wire.h" + #include "BuildAPI_Polyline.h" + #include "BuildAPI_Interpolation.h" #endif // FeaturesAPI_swig_H_