Salome HOME
df537f6200f0cd6bcac6a9ecb8b3e95ab77cd1cf
[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 <GeomAPI_swig.h>
11
12   #include "GeomAlgoAPI.h"
13   #include "GeomAlgoAPI_MakeShape.h"
14   #include "GeomAlgoAPI_Boolean.h"
15   #include "GeomAlgoAPI_CompoundBuilder.h"
16   #include "GeomAlgoAPI_DFLoader.h"
17   #include "GeomAlgoAPI_EdgeBuilder.h"
18   #include "GeomAlgoAPI_FaceBuilder.h"
19   #include "GeomAlgoAPI_MakeShapeCustom.h"
20   #include "GeomAlgoAPI_MakeShapeList.h"
21   #include "GeomAlgoAPI_MakeSweep.h"
22   #include "GeomAlgoAPI_Translation.h"
23   #include "GeomAlgoAPI_Placement.h"
24   #include "GeomAlgoAPI_PointBuilder.h"
25   #include "GeomAlgoAPI_Prism.h"
26   #include "GeomAlgoAPI_Revolution.h"
27   #include "GeomAlgoAPI_Rotation.h"
28   #include "GeomAlgoAPI_ShapeTools.h"
29   #include "GeomAlgoAPI_SketchBuilder.h"
30   #include "GeomAlgoAPI_BREPExport.h"
31   #include "GeomAlgoAPI_IGESExport.h"
32   #include "GeomAlgoAPI_STEPExport.h"
33   #include "GeomAlgoAPI_BREPImport.h"
34   #include "GeomAlgoAPI_IGESImport.h"
35   #include "GeomAlgoAPI_STEPImport.h"
36   #include "GeomAlgoAPI_Tools.h"
37   #include "GeomAlgoAPI_Transform.h"
38   #include "GeomAlgoAPI_PaveFiller.h"
39   #include "GeomAlgoAPI_Intersection.h"
40   #include "GeomAlgoAPI_Pipe.h"
41   #include "GeomAlgoAPI_WireBuilder.h"
42   #include "GeomAlgoAPI_Sewing.h"
43   #include "GeomAlgoAPI_ShapeBuilder.h"
44   #include "GeomAlgoAPI_Exception.h"
45   #include "GeomAlgoAPI_ShapeAPI.h"
46   #include "GeomAlgoAPI_Box.h"
47   #include "GeomAlgoAPI_Copy.h"
48
49   #include <memory>
50   #include <string>
51   #include <list>
52
53 #endif /* SRC_GEOMALGOAPI_GEOMALGOAPI_SWIG_H_ */