Salome HOME
Added CPP High API for FeaturesPlugin_Pipe
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI.i
1 /* FeaturesAPI.i */
2
3 %module FeaturesAPI
4
5 %{
6   #include "FeaturesAPI_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 FEATURESAPI_EXPORT
16
17 // standard definitions
18 %include "typemaps.i"
19 %include "std_shared_ptr.i"
20
21 // shared pointers
22 %shared_ptr(FeaturesAPI_Boolean)
23 %shared_ptr(FeaturesAPI_Extrusion)
24 %shared_ptr(FeaturesAPI_ExtrusionBoolean)
25 %shared_ptr(FeaturesAPI_ExtrusionCut)
26 %shared_ptr(FeaturesAPI_ExtrusionFuse)
27 %shared_ptr(FeaturesAPI_Group)
28 %shared_ptr(FeaturesAPI_Pipe)
29 %shared_ptr(FeaturesAPI_Placement)
30 %shared_ptr(FeaturesAPI_Revolution)
31 %shared_ptr(FeaturesAPI_RevolutionBoolean)
32 %shared_ptr(FeaturesAPI_RevolutionCut)
33 %shared_ptr(FeaturesAPI_RevolutionFuse)
34 %shared_ptr(FeaturesAPI_Rotation)
35 %shared_ptr(FeaturesAPI_Translation)
36
37 // all supported interfaces
38 %include "FeaturesAPI_Boolean.h"
39 %include "FeaturesAPI_Extrusion.h"
40 %include "FeaturesAPI_ExtrusionBoolean.h"
41 %include "FeaturesAPI_Group.h"
42 %include "FeaturesAPI_Pipe.h"
43 %include "FeaturesAPI_Placement.h"
44 %include "FeaturesAPI_Revolution.h"
45 %include "FeaturesAPI_RevolutionBoolean.h"
46 %include "FeaturesAPI_Rotation.h"
47 %include "FeaturesAPI_Translation.h"