X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FGeomAPI%2FGeomAPI.i;h=41f79de25f0ec12ea8328195655105abbcda61d9;hb=3d28bcbab2f3ed0e40295e64f4e836caebc19fca;hp=95c6a128a30394602e9ef47af8a048b197911a93;hpb=fe702b25ca5829b28290fe15dc8784c670dd995f;p=modules%2Fshaper.git diff --git a/src/GeomAPI/GeomAPI.i b/src/GeomAPI/GeomAPI.i index 95c6a128a..41f79de25 100644 --- a/src/GeomAPI/GeomAPI.i +++ b/src/GeomAPI/GeomAPI.i @@ -4,10 +4,12 @@ #include "GeomAPI.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" #include "GeomAPI_Curve.h" + #include "GeomAPI_DataMapOfShapeMapOfShapes.h" #include "GeomAPI_DataMapOfShapeShape.h" #include "GeomAPI_Dir.h" #include "GeomAPI_Dir2d.h" @@ -27,6 +29,7 @@ #include "GeomAPI_Vertex.h" #include "GeomAPI_XY.h" #include "GeomAPI_XYZ.h" + #include "GeomAPI_Trsf.h" #include #include @@ -43,10 +46,12 @@ // 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) %shared_ptr(GeomAPI_Curve) +%shared_ptr(GeomAPI_DataMapOfShapeMapOfShapes) %shared_ptr(GeomAPI_DataMapOfShapeShape) %shared_ptr(GeomAPI_Dir) %shared_ptr(GeomAPI_Dir2d) @@ -66,22 +71,26 @@ %shared_ptr(GeomAPI_Vertex) %shared_ptr(GeomAPI_XY) %shared_ptr(GeomAPI_XYZ) +%shared_ptr(GeomAPI_Trsf) // all supported interfaces +%include "GeomAPI_Interface.h" +%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" %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" @@ -89,7 +98,8 @@ %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"