Mod/Import/Gui/PreCompiled.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 #ifndef __PRECOMPILED_GUI__
00025 #define __PRECOMPILED_GUI__
00026
00027 #include <FCConfig.h>
00028
00029
00030 #ifdef FC_OS_WIN32
00031 # define ImportGuiExport __declspec(dllexport)
00032 # define PartExport __declspec(dllimport)
00033 # define PartGuiExport __declspec(dllimport)
00034 #else // for Linux
00035 # define ImportGuiExport
00036 # define PartExport
00037 # define PartGuiExport
00038 #endif
00039
00040
00041
00042 #ifdef _MSC_VER
00043 # pragma warning( disable : 4251 )
00044 # pragma warning( disable : 4503 )
00045 # pragma warning( disable : 4786 ) // specifier longer then 255 chars
00046 #endif
00047
00048 #ifdef _PreComp_
00049
00050
00051 #include <Python.h>
00052
00053
00054 #include <list>
00055 #include <iostream>
00056 #include <assert.h>
00057
00058
00059 #include <vector>
00060 #include <map>
00061 #include <string>
00062 #include <set>
00063
00064 #include <Python.h>
00065 #ifndef FC_OS_WIN32
00066 # include <windows.h>
00067 #endif
00068
00069
00070 #include <xercesc/util/XercesDefs.hpp>
00071
00072
00073 #include "OpenCascadeAll.h"
00074
00075
00076 #include <Geom_Axis2Placement.hxx>
00077 #include <TDF_Label.hxx>
00078 #include <TDF_TagSource.hxx>
00079 #include <TDataStd_Real.hxx>
00080 #include <TDataStd_Name.hxx>
00081 #include <TDF_Label.hxx>
00082 #include <TDF_TagSource.hxx>
00083 #include <TDF_ChildIterator.hxx>
00084 #include <TDataStd_Real.hxx>
00085 #include <TDataStd_Integer.hxx>
00086 #include <TDataStd_TreeNode.hxx>
00087 #include <TDataStd_ChildNodeIterator.hxx>
00088 #include <gp_Pnt.hxx>
00089 #include <gp_Sphere.hxx>
00090 #include <gp_Trsf.hxx>
00091 #include <TopoDS_Face.hxx>
00092 #include <TopoDS.hxx>
00093 #include <TopExp_Explorer.hxx>
00094 #include <TopLoc_Location.hxx>
00095 #include <TNaming_Tool.hxx>
00096 #include <BRep_Tool.hxx>
00097 #include <BRepPrimAPI_MakeSphere.hxx>
00098 #include <Geom_SphericalSurface.hxx>
00099 #include <TNaming_NamedShape.hxx>
00100 #include <BRepTools.hxx>
00101 #include <BRepPrimAPI_MakeBox.hxx>
00102 #include <TopoDS_Shape.hxx>
00103 #include <TNaming_Builder.hxx>
00104
00105 #ifndef FC_OS_WIN32
00106 #include <Graphic3d_GraphicDevice.hxx>
00107 #else
00108 #include <Graphic3d_WNTGraphicDevice.hxx>
00109 #endif
00110
00111
00112 #ifndef __Qt4All__
00113 # include <Gui/Qt4All.h>
00114 #endif
00115
00116
00117 #endif //_PreComp_
00118
00119 #endif // __PRECOMPILED_GUI__