X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchAPI%2FSketchAPI_swig.h;h=e1e587a0454e24741530deab6e758c1604af6e92;hb=0cf99274b55d2df4c2d547ccdfc6f2e4d6369257;hp=67b27257f432b96b4682685b70ebd2a9c02c24b4;hpb=421e05a30e1122e497be417f55cfcaaece238394;p=modules%2Fshaper.git diff --git a/src/SketchAPI/SketchAPI_swig.h b/src/SketchAPI/SketchAPI_swig.h index 67b27257f..e1e587a04 100644 --- a/src/SketchAPI/SketchAPI_swig.h +++ b/src/SketchAPI/SketchAPI_swig.h @@ -1,8 +1,21 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -// File: SketchAPI_swig.h -// Created: 07/06/16 -// Author: Sergey POKHODENKO +// 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 SRC_SKETCHAPI_SKETCHAPI_SWIG_H_ #define SRC_SKETCHAPI_SKETCHAPI_SWIG_H_ @@ -10,8 +23,27 @@ #include #include "SketchAPI.h" + #include "SketchAPI_Arc.h" + #include "SketchAPI_MacroArc.h" + #include "SketchAPI_Circle.h" + #include "SketchAPI_MacroCircle.h" + #include "SketchAPI_Ellipse.h" + #include "SketchAPI_MacroEllipse.h" + #include "SketchAPI_EllipticArc.h" + #include "SketchAPI_MacroEllipticArc.h" + #include "SketchAPI_BSpline.h" + #include "SketchAPI_Constraint.h" + #include "SketchAPI_ConstraintAngle.h" + #include "SketchAPI_IntersectionPoint.h" #include "SketchAPI_Line.h" + #include "SketchAPI_Mirror.h" + #include "SketchAPI_Offset.h" #include "SketchAPI_Sketch.h" #include "SketchAPI_SketchEntity.h" + #include "SketchAPI_Point.h" + #include "SketchAPI_Projection.h" + #include "SketchAPI_Rectangle.h" + #include "SketchAPI_Rotation.h" + #include "SketchAPI_Translation.h" #endif /* SRC_SKETCHAPI_SKETCHAPI_SWIG_H_ */