Salome HOME
Issue #1865 : initial implementation of fields results and high level API
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_swig.h
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D
2
3 // File:    ModelHighAPI_swig.h
4 // Created: Mar 29, 2016
5 // Author:  Sergey POKHODENKO
6
7 #ifndef SRC_MODELHIGHAPI_MODELHIGHAPI_SWIG_H_
8 #define SRC_MODELHIGHAPI_MODELHIGHAPI_SWIG_H_
9
10   #include <GeomAPI_swig.h>
11   #include <ModelAPI_swig.h>
12   #include <GeomDataAPI_swig.h>
13
14   #include "ModelHighAPI.h"
15   #include "ModelHighAPI_Double.h"
16   #include "ModelHighAPI_Dumper.h"
17   #include "ModelHighAPI_Integer.h"
18   #include "ModelHighAPI_Interface.h"
19   #include "ModelHighAPI_Macro.h"
20   #include "ModelHighAPI_RefAttr.h"
21   #include "ModelHighAPI_Reference.h"
22   #include "ModelHighAPI_Selection.h"
23   #include "ModelHighAPI_ComponentValue.h"
24   #include "ModelHighAPI_Services.h"
25   #include "ModelHighAPI_Tools.h"
26
27 #endif /* SRC_MODELHIGHAPI_MODELHIGHAPI_SWIG_H_ */