Salome HOME
updated copyright message
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_swig.h
1 // Copyright (C) 2014-2023  CEA, EDF
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 //
19
20 #ifndef SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
21 #define SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
22
23   #include <GeomAPI_swig.h>
24
25   #include "GeomAlgoAPI.h"
26   #include "GeomAlgoAPI_MakeShape.h"
27   #include "GeomAlgoAPI_Boolean.h"
28   #include "GeomAlgoAPI_Circ2dBuilder.h"
29   #include "GeomAlgoAPI_CompoundBuilder.h"
30   #include "GeomAlgoAPI_CurveBuilder.h"
31   #include "GeomAlgoAPI_DFLoader.h"
32   #include "GeomAlgoAPI_EdgeBuilder.h"
33   #include "GeomAlgoAPI_FaceBuilder.h"
34   #include "GeomAlgoAPI_MakeShapeCustom.h"
35   #include "GeomAlgoAPI_MakeShapeList.h"
36   #include "GeomAlgoAPI_MakeSweep.h"
37   #include "GeomAlgoAPI_Transform.h"
38   #include "GeomAlgoAPI_Translation.h"
39   #include "GeomAlgoAPI_Placement.h"
40   #include "GeomAlgoAPI_PointBuilder.h"
41   #include "GeomAlgoAPI_Prism.h"
42   #include "GeomAlgoAPI_Revolution.h"
43   #include "GeomAlgoAPI_Rotation.h"
44   #include "GeomAlgoAPI_ShapeTools.h"
45   #include "GeomAlgoAPI_SketchBuilder.h"
46   #include "GeomAlgoAPI_BREPExport.h"
47   #include "GeomAlgoAPI_IGESExport.h"
48   #include "GeomAlgoAPI_STEPExport.h"
49   #include "GeomAlgoAPI_BREPImport.h"
50   #include "GeomAlgoAPI_IGESImport.h"
51   #include "GeomAlgoAPI_STEPImport.h"
52   #include "GeomAlgoAPI_Tools.h"
53   #include "GeomAlgoAPI_PaveFiller.h"
54   #include "GeomAlgoAPI_Intersection.h"
55   #include "GeomAlgoAPI_Pipe.h"
56   #include "GeomAlgoAPI_WireBuilder.h"
57   #include "GeomAlgoAPI_Sewing.h"
58   #include "GeomAlgoAPI_ShapeBuilder.h"
59   #include "GeomAlgoAPI_Exception.h"
60   #include "GeomAlgoAPI_ShapeAPI.h"
61   #include "GeomAlgoAPI_Box.h"
62   #include "GeomAlgoAPI_ConeSegment.h"
63   #include "GeomAlgoAPI_Copy.h"
64   #include "GeomAlgoAPI_Symmetry.h"
65   #include "GeomAlgoAPI_MapShapesAndAncestors.h"
66   #include "GeomAlgoAPI_ShapeInfo.h"
67   #include "GeomAlgoAPI_CanonicalRecognition.h"
68
69   #include <memory>
70   #include <string>
71   #include <list>
72
73   #ifdef _MSC_VER
74   # pragma warning(disable: 4456) // declaration of variable hides previous local declaration
75   # pragma warning(disable: 4459) // declaration of variable hides global declaration
76   # pragma warning(disable: 4701) // potentially uninitialized local variable
77   # pragma warning(disable: 4703) // potentially uninitialized local pointer variable
78   #endif
79
80 #endif /* SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_ */
81
82 // fix for SWIG v2.0.4
83 #define SWIGPY_SLICE_ARG(obj) ((PyObject*)(obj))