Salome HOME
Partition naming for infinite planes
[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_DataMapOfShapeMapOfShapes.h"
12   #include "GeomAPI_DataMapOfShapeShape.h"
13   #include "GeomAPI_Dir.h"
14   #include "GeomAPI_Dir2d.h"
15   #include "GeomAPI_Edge.h"
16   #include "GeomAPI_Face.h"
17   #include "GeomAPI_ICustomPrs.h"
18   #include "GeomAPI_Interface.h"
19   #include "GeomAPI_IPresentable.h"
20   #include "GeomAPI_Lin.h"
21   #include "GeomAPI_Lin2d.h"
22   #include "GeomAPI_PlanarEdges.h"
23   #include "GeomAPI_Pln.h"
24   #include "GeomAPI_Pnt.h"
25   #include "GeomAPI_Pnt2d.h"
26   #include "GeomAPI_Shape.h"
27   #include "GeomAPI_ShapeExplorer.h"
28   #include "GeomAPI_Vertex.h"
29   #include "GeomAPI_XY.h"
30   #include "GeomAPI_XYZ.h"
31   #include "GeomAPI_Trsf.h"
32
33   #include <memory>
34   #include <string>
35 %}
36
37 // to avoid error on this
38 #define GEOMAPI_EXPORT
39
40 // standard definitions
41 %include "typemaps.i"
42 %include "std_string.i"
43 %include "std_shared_ptr.i"
44
45 // shared pointers
46 %shared_ptr(GeomAPI_AISObject)
47 %shared_ptr(GeomAPI_Ax1)
48 %shared_ptr(GeomAPI_Ax3)
49 %shared_ptr(GeomAPI_Circ)
50 %shared_ptr(GeomAPI_Circ2d)
51 %shared_ptr(GeomAPI_Curve)
52 %shared_ptr(GeomAPI_DataMapOfShapeMapOfShapes)
53 %shared_ptr(GeomAPI_DataMapOfShapeShape)
54 %shared_ptr(GeomAPI_Dir)
55 %shared_ptr(GeomAPI_Dir2d)
56 %shared_ptr(GeomAPI_Edge)
57 %shared_ptr(GeomAPI_Face)
58 %shared_ptr(GeomAPI_ICustomPrs)
59 %shared_ptr(GeomAPI_Interface)
60 %shared_ptr(GeomAPI_IPresentable)
61 %shared_ptr(GeomAPI_Lin)
62 %shared_ptr(GeomAPI_Lin2d)
63 %shared_ptr(GeomAPI_PlanarEdges)
64 %shared_ptr(GeomAPI_Pln)
65 %shared_ptr(GeomAPI_Pnt)
66 %shared_ptr(GeomAPI_Pnt2d)
67 %shared_ptr(GeomAPI_Shape)
68 %shared_ptr(GeomAPI_ShapeExplorer)
69 %shared_ptr(GeomAPI_Vertex)
70 %shared_ptr(GeomAPI_XY)
71 %shared_ptr(GeomAPI_XYZ)
72 %shared_ptr(GeomAPI_Trsf)
73
74
75 // all supported interfaces
76 %include "GeomAPI_Interface.h"
77 %include "GeomAPI_Shape.h"
78 %include "GeomAPI_AISObject.h"
79 %include "GeomAPI_Ax1.h"
80 %include "GeomAPI_Ax3.h"
81 %include "GeomAPI_Circ.h"
82 %include "GeomAPI_Circ2d.h"
83 %include "GeomAPI_Curve.h"
84 %include "GeomAPI_DataMapOfShapeMapOfShapes.h"
85 %include "GeomAPI_DataMapOfShapeShape.h"
86 %include "GeomAPI_Dir.h"
87 %include "GeomAPI_Dir2d.h"
88 %include "GeomAPI_Edge.h"
89 %include "GeomAPI_Face.h"
90 %include "GeomAPI_ICustomPrs.h"
91 %include "GeomAPI_IPresentable.h"
92 %include "GeomAPI_Lin.h"
93 %include "GeomAPI_Lin2d.h"
94 %include "GeomAPI_PlanarEdges.h"
95 %include "GeomAPI_Pln.h"
96 %include "GeomAPI_Pnt.h"
97 %include "GeomAPI_Pnt2d.h"
98 %include "GeomAPI_ShapeExplorer.h"
99 %include "GeomAPI_Vertex.h"
100 %include "GeomAPI_XY.h"
101 %include "GeomAPI_XYZ.h"
102 %include "GeomAPI_Trsf.h"