Salome HOME
Dump Python in the High Level Parameterized Geometry API (issue #1648)
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_swig.h
index 164f8ec61783d4325a54ecaa18549daa68f056b6..668a5d1b04e2189c87ebd064cffd1f2733c5e583 100644 (file)
@@ -7,13 +7,15 @@
 #ifndef SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
 #define SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
 
+  #include <GeomAPI_swig.h>
+
   #include "GeomAlgoAPI.h"
+  #include "GeomAlgoAPI_MakeShape.h"
   #include "GeomAlgoAPI_Boolean.h"
   #include "GeomAlgoAPI_CompoundBuilder.h"
   #include "GeomAlgoAPI_DFLoader.h"
   #include "GeomAlgoAPI_EdgeBuilder.h"
   #include "GeomAlgoAPI_FaceBuilder.h"
-  #include "GeomAlgoAPI_MakeShape.h"
   #include "GeomAlgoAPI_MakeShapeCustom.h"
   #include "GeomAlgoAPI_MakeShapeList.h"
   #include "GeomAlgoAPI_MakeSweep.h"
   #include "GeomAlgoAPI_Tools.h"
   #include "GeomAlgoAPI_Transform.h"
   #include "GeomAlgoAPI_PaveFiller.h"
+  #include "GeomAlgoAPI_Intersection.h"
+  #include "GeomAlgoAPI_Pipe.h"
+  #include "GeomAlgoAPI_WireBuilder.h"
+  #include "GeomAlgoAPI_Sewing.h"
+  #include "GeomAlgoAPI_ShapeBuilder.h"  
+  #include "GeomAlgoAPI_Exception.h"
+  #include "GeomAlgoAPI_ShapeAPI.h"
+  #include "GeomAlgoAPI_Box.h"
+  #include "GeomAlgoAPI_BoxPoints.h"
 
   #include <memory>
   #include <string>