X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI.i;h=99ff18f0231f723c38e3e43f3df16ce8dda1a5ee;hb=60e95a5502a6940c6c27ce5d561b3c684b0b0a4f;hp=717c7d264ad4ded423606aaa3888e3f0f0add158;hpb=84c21dd48f2b4be389dfa4042bc8084589c5e521;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI.i b/src/GeomAPI/GeomAPI.i index 717c7d264..99ff18f02 100644 --- a/src/GeomAPI/GeomAPI.i +++ b/src/GeomAPI/GeomAPI.i @@ -1,11 +1,26 @@ /* GeomAPI.i */ %module GeomAPI %{ - #include "memory" #include "GeomAPI.h" #include "GeomAPI_Interface.h" - #include "GeomAPI_Pnt.h" #include "GeomAPI_Shape.h" + #include "GeomAPI_AISObject.h" + #include "GeomAPI_Circ2d.h" + #include "GeomAPI_Circ.h" + #include "GeomAPI_Curve.h" + #include "GeomAPI_DataMapOfShapeShape.h" + #include "GeomAPI_Dir2d.h" + #include "GeomAPI_Dir.h" + #include "GeomAPI_Edge.h" + #include "GeomAPI_IPresentable.h" + #include "GeomAPI_Lin2d.h" + #include "GeomAPI_Lin.h" + #include "GeomAPI_PlanarEdges.h" + #include "GeomAPI_Pln.h" + #include "GeomAPI_Pnt2d.h" + #include "GeomAPI_Pnt.h" + #include "GeomAPI_XY.h" + #include "GeomAPI_XYZ.h" %} // to avoid error on this @@ -14,15 +29,46 @@ // standard definitions %include "typemaps.i" %include "std_string.i" -%include +%include "std_shared_ptr.i" -// boost pointers -// %include +// shared pointers +%shared_ptr(GeomAPI_AISObject) +%shared_ptr(GeomAPI_Circ2d) +%shared_ptr(GeomAPI_Circ) +%shared_ptr(GeomAPI_Curve) +%shared_ptr(GeomAPI_DataMapOfShapeShape) +%shared_ptr(GeomAPI_Dir2d) +%shared_ptr(GeomAPI_Dir) +%shared_ptr(GeomAPI_Edge) %shared_ptr(GeomAPI_Interface) +%shared_ptr(GeomAPI_IPresentable) +%shared_ptr(GeomAPI_Lin2d) +%shared_ptr(GeomAPI_Lin) +%shared_ptr(GeomAPI_PlanarEdges) +%shared_ptr(GeomAPI_Pln) +%shared_ptr(GeomAPI_Pnt2d) %shared_ptr(GeomAPI_Pnt) %shared_ptr(GeomAPI_Shape) +%shared_ptr(GeomAPI_XY) +%shared_ptr(GeomAPI_XYZ) // all supported interfaces %include "GeomAPI_Interface.h" -%include "GeomAPI_Pnt.h" %include "GeomAPI_Shape.h" +%include "GeomAPI_AISObject.h" +%include "GeomAPI_Circ2d.h" +%include "GeomAPI_Circ.h" +%include "GeomAPI_Curve.h" +%include "GeomAPI_DataMapOfShapeShape.h" +%include "GeomAPI_Dir2d.h" +%include "GeomAPI_Dir.h" +%include "GeomAPI_Edge.h" +%include "GeomAPI_IPresentable.h" +%include "GeomAPI_Lin2d.h" +%include "GeomAPI_Lin.h" +%include "GeomAPI_PlanarEdges.h" +%include "GeomAPI_Pln.h" +%include "GeomAPI_Pnt2d.h" +%include "GeomAPI_Pnt.h" +%include "GeomAPI_XY.h" +%include "GeomAPI_XYZ.h"