Salome HOME
Issue #1369: Added "Create Shell" feature.
[modules/shaper.git] / src / GeomAlgoAPI / GeomAlgoAPI_swig.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:                GeomAlgoAPI_swig.h
4 // Created: Dec 15, 2015
5 // Author:  Sergey POKHODENKO
6
7 #ifndef SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
8 #define SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_
9
10   #include "GeomAlgoAPI.h"
11   #include "GeomAlgoAPI_MakeShape.h"
12   #include "GeomAlgoAPI_Boolean.h"
13   #include "GeomAlgoAPI_CompoundBuilder.h"
14   #include "GeomAlgoAPI_DFLoader.h"
15   #include "GeomAlgoAPI_EdgeBuilder.h"
16   #include "GeomAlgoAPI_FaceBuilder.h"
17   #include "GeomAlgoAPI_MakeShapeCustom.h"
18   #include "GeomAlgoAPI_MakeShapeList.h"
19   #include "GeomAlgoAPI_MakeSweep.h"
20   #include "GeomAlgoAPI_Translation.h"
21   #include "GeomAlgoAPI_Placement.h"
22   #include "GeomAlgoAPI_PointBuilder.h"
23   #include "GeomAlgoAPI_Prism.h"
24   #include "GeomAlgoAPI_Revolution.h"
25   #include "GeomAlgoAPI_Rotation.h"
26   #include "GeomAlgoAPI_ShapeTools.h"
27   #include "GeomAlgoAPI_SketchBuilder.h"
28   #include "GeomAlgoAPI_BREPExport.h"
29   #include "GeomAlgoAPI_IGESExport.h"
30   #include "GeomAlgoAPI_STEPExport.h"
31   #include "GeomAlgoAPI_BREPImport.h"
32   #include "GeomAlgoAPI_IGESImport.h"
33   #include "GeomAlgoAPI_STEPImport.h"
34   #include "GeomAlgoAPI_Tools.h"
35   #include "GeomAlgoAPI_Transform.h"
36   #include "GeomAlgoAPI_PaveFiller.h"
37   #include "GeomAlgoAPI_Intersection.h"
38   #include "GeomAlgoAPI_Pipe.h"
39   #include "GeomAlgoAPI_WireBuilder.h"
40   #include "GeomAlgoAPI_Sewing.h"
41   
42   #include <memory>
43   #include <string>
44   #include <list>
45
46 #endif /* SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_ */