Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / GeomAPI / GeomAPI.i
1 /* GeomAPI.i */
2 %module GeomAPI
3 %{
4   #include "memory"
5   #include "GeomAPI.h"
6   #include "GeomAPI_Interface.h"
7   #include "GeomAPI_Pnt.h"
8   #include "GeomAPI_Shape.h"
9 %}
10
11 // to avoid error on this
12 #define GEOMAPI_EXPORT
13
14 // standard definitions
15 %include "typemaps.i"
16 %include "std_string.i"
17 %include <std_shared_ptr.i>
18
19 // boost pointers
20 // %include <boost_shared_ptr.i>
21 %shared_ptr(GeomAPI_Interface)
22 %shared_ptr(GeomAPI_Pnt)
23 %shared_ptr(GeomAPI_Shape)
24
25 // all supported interfaces
26 %include "GeomAPI_Interface.h"
27 %include "GeomAPI_Pnt.h"
28 %include "GeomAPI_Shape.h"