Salome HOME
Add PartSetAPI
[modules/shaper.git] / src / PartSetAPI / PartSetAPI.i
1 /* PartSetAPI.i */
2
3 %module PartSetAPI
4
5 %{
6   #include "PartSetAPI_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 PARTSETAPI_EXPORT
16
17 // standard definitions
18 %include "typemaps.i"
19 %include "std_shared_ptr.i"
20
21 // shared pointers
22 %shared_ptr(PartSetAPI_Part)
23
24 // all supported interfaces
25 %include "PartSetAPI_Part.h"