X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPrimitivesAPI%2FPrimitivesAPI_swig.h;h=fa87d72fb2c79a77634dc40b48f7789301af4127;hb=9afbc5fb015e5ff91689e1ef3f4da286347fbda5;hp=98fc5bf038f2e06b8e44092be534341ffa97a30b;hpb=9c3cac874af848af973114e20622b8dddb7947ab;p=modules%2Fshaper.git diff --git a/src/PrimitivesAPI/PrimitivesAPI_swig.h b/src/PrimitivesAPI/PrimitivesAPI_swig.h index 98fc5bf03..fa87d72fb 100644 --- a/src/PrimitivesAPI/PrimitivesAPI_swig.h +++ b/src/PrimitivesAPI/PrimitivesAPI_swig.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-2016 CEA/DEN, EDF R&D - -// File: PrimitivesAPI_swig.h -// Created: 28 June 2016 -// Author: Clarisse Genrault (CEA) +// Copyright (C) 2014-2023 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, 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 PRIMITIVESAPI_SWIG_H_ #define PRIMITIVESAPI_SWIG_H_ @@ -11,6 +24,10 @@ #include "PrimitivesAPI.h" #include "PrimitivesAPI_Box.h" + #include "PrimitivesAPI_Cone.h" #include "PrimitivesAPI_Cylinder.h" + #include "PrimitivesAPI_Sphere.h" + #include "PrimitivesAPI_Torus.h" + #include "PrimitivesAPI_Tube.h" #endif // PRIMITIVESAPI_SWIG_H_