1 // Copyright (C) 2014-2023 CEA, EDF
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.
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.
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
17 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 #ifndef SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
21 #define SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
23 #include <GeomAPI_swig.h>
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_NonPlanarFace.h"
47 #include "GeomAlgoAPI_BREPExport.h"
48 #include "GeomAlgoAPI_IGESExport.h"
49 #include "GeomAlgoAPI_STEPExport.h"
50 #include "GeomAlgoAPI_BREPImport.h"
51 #include "GeomAlgoAPI_IGESImport.h"
52 #include "GeomAlgoAPI_STEPImport.h"
53 #include "GeomAlgoAPI_Tools.h"
54 #include "GeomAlgoAPI_PaveFiller.h"
55 #include "GeomAlgoAPI_Intersection.h"
56 #include "GeomAlgoAPI_Pipe.h"
57 #include "GeomAlgoAPI_WireBuilder.h"
58 #include "GeomAlgoAPI_Sewing.h"
59 #include "GeomAlgoAPI_ShapeBuilder.h"
60 #include "GeomAlgoAPI_Exception.h"
61 #include "GeomAlgoAPI_ShapeAPI.h"
62 #include "GeomAlgoAPI_Box.h"
63 #include "GeomAlgoAPI_ConeSegment.h"
64 #include "GeomAlgoAPI_Copy.h"
65 #include "GeomAlgoAPI_Symmetry.h"
66 #include "GeomAlgoAPI_MapShapesAndAncestors.h"
67 #include "GeomAlgoAPI_ShapeInfo.h"
68 #include "GeomAlgoAPI_CanonicalRecognition.h"
75 # pragma warning(disable: 4456) // declaration of variable hides previous local declaration
76 # pragma warning(disable: 4459) // declaration of variable hides global declaration
77 # pragma warning(disable: 4701) // potentially uninitialized local variable
78 # pragma warning(disable: 4703) // potentially uninitialized local pointer variable
81 #endif /* SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_ */
83 // fix for SWIG v2.0.4
84 #define SWIGPY_SLICE_ARG(obj) ((PyObject*)(obj))