Salome HOME
Debug of movement of part results
[modules/shaper.git] / src / GeomAPI / GeomAPI.i
1 /* GeomAPI.i */
2 %module GeomAPI
3 %{
4   #include "GeomAPI.h"
5   #include "GeomAPI_AISObject.h"
6   #include "GeomAPI_Ax1.h"
7   #include "GeomAPI_Ax3.h"
8   #include "GeomAPI_Circ.h"
9   #include "GeomAPI_Circ2d.h"
10   #include "GeomAPI_Curve.h"
11   #include "GeomAPI_DataMapOfShapeShape.h"
12   #include "GeomAPI_Dir.h"
13   #include "GeomAPI_Dir2d.h"
14   #include "GeomAPI_Edge.h"
15   #include "GeomAPI_Face.h"
16   #include "GeomAPI_ICustomPrs.h"
17   #include "GeomAPI_Interface.h"
18   #include "GeomAPI_IPresentable.h"
19   #include "GeomAPI_Lin.h"
20   #include "GeomAPI_Lin2d.h"
21   #include "GeomAPI_PlanarEdges.h"
22   #include "GeomAPI_Pln.h"
23   #include "GeomAPI_Pnt.h"
24   #include "GeomAPI_Pnt2d.h"
25   #include "GeomAPI_Shape.h"
26   #include "GeomAPI_ShapeExplorer.h"
27   #include "GeomAPI_Vertex.h"
28   #include "GeomAPI_XY.h"
29   #include "GeomAPI_XYZ.h"
30   #include "GeomAPI_Trsf.h"
31
32   #include <memory>
33   #include <string>
34 %}
35
36 // to avoid error on this
37 #define GEOMAPI_EXPORT
38
39 // standard definitions
40 %include "typemaps.i"
41 %include "std_string.i"
42 %include "std_shared_ptr.i"
43
44 // shared pointers
45 %shared_ptr(GeomAPI_AISObject)
46 %shared_ptr(GeomAPI_Ax1)
47 %shared_ptr(GeomAPI_Ax3)
48 %shared_ptr(GeomAPI_Circ)
49 %shared_ptr(GeomAPI_Circ2d)
50 %shared_ptr(GeomAPI_Curve)
51 %shared_ptr(GeomAPI_DataMapOfShapeShape)
52 %shared_ptr(GeomAPI_Dir)
53 %shared_ptr(GeomAPI_Dir2d)
54 %shared_ptr(GeomAPI_Edge)
55 %shared_ptr(GeomAPI_Face)
56 %shared_ptr(GeomAPI_ICustomPrs)
57 %shared_ptr(GeomAPI_Interface)
58 %shared_ptr(GeomAPI_IPresentable)
59 %shared_ptr(GeomAPI_Lin)
60 %shared_ptr(GeomAPI_Lin2d)
61 %shared_ptr(GeomAPI_PlanarEdges)
62 %shared_ptr(GeomAPI_Pln)
63 %shared_ptr(GeomAPI_Pnt)
64 %shared_ptr(GeomAPI_Pnt2d)
65 %shared_ptr(GeomAPI_Shape)
66 %shared_ptr(GeomAPI_ShapeExplorer)
67 %shared_ptr(GeomAPI_Vertex)
68 %shared_ptr(GeomAPI_XY)
69 %shared_ptr(GeomAPI_XYZ)
70 %shared_ptr(GeomAPI_Trsf)
71
72
73 // all supported interfaces
74 %include "GeomAPI_Interface.h"
75 %include "GeomAPI_Shape.h"
76 %include "GeomAPI_AISObject.h"
77 %include "GeomAPI_Ax1.h"
78 %include "GeomAPI_Ax3.h"
79 %include "GeomAPI_Circ.h"
80 %include "GeomAPI_Circ2d.h"
81 %include "GeomAPI_Curve.h"
82 %include "GeomAPI_DataMapOfShapeShape.h"
83 %include "GeomAPI_Dir.h"
84 %include "GeomAPI_Dir2d.h"
85 %include "GeomAPI_Edge.h"
86 %include "GeomAPI_Face.h"
87 %include "GeomAPI_ICustomPrs.h"
88 %include "GeomAPI_IPresentable.h"
89 %include "GeomAPI_Lin.h"
90 %include "GeomAPI_Lin2d.h"
91 %include "GeomAPI_PlanarEdges.h"
92 %include "GeomAPI_Pln.h"
93 %include "GeomAPI_Pnt.h"
94 %include "GeomAPI_Pnt2d.h"
95 %include "GeomAPI_ShapeExplorer.h"
96 %include "GeomAPI_Vertex.h"
97 %include "GeomAPI_XY.h"
98 %include "GeomAPI_XYZ.h"
99 %include "GeomAPI_Trsf.h"