Salome HOME
Issue #2577: Remove fusion faces functionality from master.
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI.i
1 // Copyright (C) 2014-2017  CEA/DEN, EDF R&D
2 //
3 // This library is free software; you can redistribute it and/or
4 // modify it under the terms of the GNU Lesser General Public
5 // License as published by the Free Software Foundation; either
6 // version 2.1 of the License, or (at your option) any later version.
7 //
8 // This library is distributed in the hope that it will be useful,
9 // but WITHOUT ANY WARRANTY; without even the implied warranty of
10 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 // Lesser General Public License for more details.
12 //
13 // You should have received a copy of the GNU Lesser General Public
14 // License along with this library; if not, write to the Free Software
15 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
16 //
17 // See http://www.salome-platform.org/ or
18 // email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
19 //
20
21 /* FeaturesAPI.i */
22
23 %module FeaturesAPI
24
25 %{
26   #include "FeaturesAPI_swig.h"
27 %}
28
29 %include "doxyhelp.i"
30
31 // import other modules
32 %import "ModelHighAPI.i"
33
34 // to avoid error on this
35 #define FEATURESAPI_EXPORT
36
37 // standard definitions
38 %include "typemaps.i"
39 %include "std_shared_ptr.i"
40
41 // shared pointers
42 %shared_ptr(FeaturesAPI_BooleanCut)
43 %shared_ptr(FeaturesAPI_BooleanFuse)
44 %shared_ptr(FeaturesAPI_BooleanCommon)
45 %shared_ptr(FeaturesAPI_BooleanSmash)
46 %shared_ptr(FeaturesAPI_BooleanFill)
47 %shared_ptr(FeaturesAPI_Extrusion)
48 %shared_ptr(FeaturesAPI_ExtrusionBoolean)
49 %shared_ptr(FeaturesAPI_ExtrusionCut)
50 %shared_ptr(FeaturesAPI_ExtrusionFuse)
51 %shared_ptr(FeaturesAPI_Fillet)
52 %shared_ptr(FeaturesAPI_Intersection)
53 %shared_ptr(FeaturesAPI_MultiRotation)
54 %shared_ptr(FeaturesAPI_MultiTranslation)
55 %shared_ptr(FeaturesAPI_Partition)
56 %shared_ptr(FeaturesAPI_Pipe)
57 %shared_ptr(FeaturesAPI_Placement)
58 %shared_ptr(FeaturesAPI_Recover)
59 %shared_ptr(FeaturesAPI_RemoveSubShapes)
60 %shared_ptr(FeaturesAPI_Revolution)
61 %shared_ptr(FeaturesAPI_RevolutionBoolean)
62 %shared_ptr(FeaturesAPI_RevolutionCut)
63 %shared_ptr(FeaturesAPI_RevolutionFuse)
64 %shared_ptr(FeaturesAPI_Rotation)
65 %shared_ptr(FeaturesAPI_Scale)
66 %shared_ptr(FeaturesAPI_Symmetry)
67 %shared_ptr(FeaturesAPI_Translation)
68 %shared_ptr(FeaturesAPI_Union)
69
70 // all supported interfaces
71 %include "FeaturesAPI_BooleanCut.h"
72 %include "FeaturesAPI_BooleanFuse.h"
73 %include "FeaturesAPI_BooleanCommon.h"
74 %include "FeaturesAPI_BooleanSmash.h"
75 %include "FeaturesAPI_BooleanFill.h"
76 %include "FeaturesAPI_Extrusion.h"
77 %include "FeaturesAPI_ExtrusionBoolean.h"
78 %include "FeaturesAPI_Fillet.h"
79 %include "FeaturesAPI_Intersection.h"
80 %include "FeaturesAPI_Measurement.h"
81 %include "FeaturesAPI_MultiRotation.h"
82 %include "FeaturesAPI_MultiTranslation.h"
83 %include "FeaturesAPI_Partition.h"
84 %include "FeaturesAPI_Pipe.h"
85 %include "FeaturesAPI_Placement.h"
86 %include "FeaturesAPI_Recover.h"
87 %include "FeaturesAPI_RemoveSubShapes.h"
88 %include "FeaturesAPI_Revolution.h"
89 %include "FeaturesAPI_RevolutionBoolean.h"
90 %include "FeaturesAPI_Rotation.h"
91 %include "FeaturesAPI_Scale.h"
92 %include "FeaturesAPI_Symmetry.h"
93 %include "FeaturesAPI_Translation.h"
94 %include "FeaturesAPI_Union.h"