Salome HOME
Merge branch 'CPPHighAPI'
[modules/shaper.git] / src / ConstructionAPI / ConstructionAPI.i
1 /* ConstructionAPI.i */
2
3 %module ConstructionAPI
4
5 %{
6   #include "ConstructionAPI_swig.h"
7 %}
8
9 %include "doxyhelp.i"
10
11 // import other modules
12 %import "ModelHighAPI.i"
13
14 // to avoid error on this
15 #define CONSTRUCTIONAPI_EXPORT
16
17 // standard definitions
18 %include "typemaps.i"
19 %include "std_shared_ptr.i"
20
21 // shared pointers
22 %shared_ptr(ConstructionAPI_Axis)
23 %shared_ptr(ConstructionAPI_Plane)
24 %shared_ptr(ConstructionAPI_Point)
25
26 // all supported interfaces
27 %include "ConstructionAPI_Axis.h"
28 %include "ConstructionAPI_Plane.h"
29 %include "ConstructionAPI_Point.h"