]> SALOME platform Git repositories - modules/shaper.git/blob - src/ConstructionAPI/ConstructionAPI.i
Salome HOME
Use doxy2swig for C++HighAPI documentation
[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_Point)
23
24 // all supported interfaces
25 %include "ConstructionAPI_Point.h"