Salome HOME
Merge branch 'Dev_2.1.0' of salome:modules/shaper into Dev_2.1.0
[modules/shaper.git] / src / GeomAPI / GeomAPI.i
index 2bd0b7857eb3d04e9de18299fd1efe734f74d732..b367e4333d258c2969672548e737c84816791ed7 100644 (file)
@@ -1,37 +1,7 @@
 /* GeomAPI.i */
 %module GeomAPI
 %{
-  #include "GeomAPI.h"
-  #include "GeomAPI_AISObject.h"
-  #include "GeomAPI_Ax1.h"
-  #include "GeomAPI_Ax3.h"
-  #include "GeomAPI_Circ.h"
-  #include "GeomAPI_Circ2d.h"
-  #include "GeomAPI_Curve.h"
-  #include "GeomAPI_DataMapOfShapeMapOfShapes.h"
-  #include "GeomAPI_DataMapOfShapeShape.h"
-  #include "GeomAPI_Dir.h"
-  #include "GeomAPI_Dir2d.h"
-  #include "GeomAPI_Edge.h"
-  #include "GeomAPI_Face.h"
-  #include "GeomAPI_ICustomPrs.h"
-  #include "GeomAPI_Interface.h"
-  #include "GeomAPI_IPresentable.h"
-  #include "GeomAPI_Lin.h"
-  #include "GeomAPI_Lin2d.h"
-  #include "GeomAPI_PlanarEdges.h"
-  #include "GeomAPI_Pln.h"
-  #include "GeomAPI_Pnt.h"
-  #include "GeomAPI_Pnt2d.h"
-  #include "GeomAPI_Shape.h"
-  #include "GeomAPI_ShapeExplorer.h"
-  #include "GeomAPI_Vertex.h"
-  #include "GeomAPI_XY.h"
-  #include "GeomAPI_XYZ.h"
-  #include "GeomAPI_Trsf.h"
-
-  #include <memory>
-  #include <string>
+  #include "GeomAPI_swig.h"
 %}
 
 // to avoid error on this
@@ -45,6 +15,7 @@
 // shared pointers
 %shared_ptr(GeomAPI_AISObject)
 %shared_ptr(GeomAPI_Ax1)
+%shared_ptr(GeomAPI_Ax2)
 %shared_ptr(GeomAPI_Ax3)
 %shared_ptr(GeomAPI_Circ)
 %shared_ptr(GeomAPI_Circ2d)
@@ -77,6 +48,7 @@
 %include "GeomAPI_Shape.h"
 %include "GeomAPI_AISObject.h"
 %include "GeomAPI_Ax1.h"
+%include "GeomAPI_Ax2.h"
 %include "GeomAPI_Ax3.h"
 %include "GeomAPI_Circ.h"
 %include "GeomAPI_Circ2d.h"