Salome HOME
Issue #1369: Added "SubShapes" feature.
[modules/shaper.git] / src / GeomAPI / GeomAPI.i
1 /* GeomAPI.i */
2 %module GeomAPI
3 %{
4   #include "GeomAPI_swig.h"
5 %}
6
7 // to avoid error on this
8 #define GEOMAPI_EXPORT
9
10 // standard definitions
11 %include "typemaps.i"
12 %include "std_string.i"
13 %include "std_shared_ptr.i"
14
15 // shared pointers
16 %shared_ptr(GeomAPI_AISObject)
17 %shared_ptr(GeomAPI_Ax1)
18 %shared_ptr(GeomAPI_Ax2)
19 %shared_ptr(GeomAPI_Ax3)
20 %shared_ptr(GeomAPI_Circ)
21 %shared_ptr(GeomAPI_Circ2d)
22 %shared_ptr(GeomAPI_Curve)
23 %shared_ptr(GeomAPI_DataMapOfShapeMapOfShapes)
24 %shared_ptr(GeomAPI_DataMapOfShapeShape)
25 %shared_ptr(GeomAPI_Dir)
26 %shared_ptr(GeomAPI_Dir2d)
27 %shared_ptr(GeomAPI_Edge)
28 %shared_ptr(GeomAPI_Face)
29 %shared_ptr(GeomAPI_ICustomPrs)
30 %shared_ptr(GeomAPI_Interface)
31 %shared_ptr(GeomAPI_IPresentable)
32 %shared_ptr(GeomAPI_Lin)
33 %shared_ptr(GeomAPI_Lin2d)
34 %shared_ptr(GeomAPI_PlanarEdges)
35 %shared_ptr(GeomAPI_Pln)
36 %shared_ptr(GeomAPI_Pnt)
37 %shared_ptr(GeomAPI_Pnt2d)
38 %shared_ptr(GeomAPI_Shape)
39 %shared_ptr(GeomAPI_ShapeExplorer)
40 %shared_ptr(GeomAPI_ShapeIterator)
41 %shared_ptr(GeomAPI_Vertex)
42 %shared_ptr(GeomAPI_XY)
43 %shared_ptr(GeomAPI_XYZ)
44 %shared_ptr(GeomAPI_Trsf)
45 %shared_ptr(GeomAPI_Wire)
46
47
48 // all supported interfaces
49 %include "GeomAPI_Interface.h"
50 %include "GeomAPI_Shape.h"
51 %include "GeomAPI_AISObject.h"
52 %include "GeomAPI_Ax1.h"
53 %include "GeomAPI_Ax2.h"
54 %include "GeomAPI_Ax3.h"
55 %include "GeomAPI_Circ.h"
56 %include "GeomAPI_Circ2d.h"
57 %include "GeomAPI_Curve.h"
58 %include "GeomAPI_DataMapOfShapeMapOfShapes.h"
59 %include "GeomAPI_DataMapOfShapeShape.h"
60 %include "GeomAPI_Dir.h"
61 %include "GeomAPI_Dir2d.h"
62 %include "GeomAPI_Edge.h"
63 %include "GeomAPI_Face.h"
64 %include "GeomAPI_ICustomPrs.h"
65 %include "GeomAPI_IPresentable.h"
66 %include "GeomAPI_Lin.h"
67 %include "GeomAPI_Lin2d.h"
68 %include "GeomAPI_PlanarEdges.h"
69 %include "GeomAPI_Pln.h"
70 %include "GeomAPI_Pnt.h"
71 %include "GeomAPI_Pnt2d.h"
72 %include "GeomAPI_ShapeExplorer.h"
73 %include "GeomAPI_ShapeIterator.h"
74 %include "GeomAPI_Vertex.h"
75 %include "GeomAPI_XY.h"
76 %include "GeomAPI_XYZ.h"
77 %include "GeomAPI_Trsf.h"
78 %include "GeomAPI_Wire.h"