Mod/Part/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 PARTGUI_PRECOMPILED_H
00025 #define PARTGUI_PRECOMPILED_H
00026
00027 #include <FCConfig.h>
00028
00029
00030 #ifdef FC_OS_WIN32
00031 # define PartExport __declspec(dllimport)
00032 # define PartGuiExport __declspec(dllexport)
00033 #else // for Linux
00034 # define PartExport
00035 # define PartGuiExport
00036 #endif
00037
00038 #ifdef _PreComp_
00039
00040 #ifdef _MSC_VER
00041 # pragma warning( disable : 4251 )
00042 # pragma warning( disable : 4503 )
00043 # pragma warning( disable : 4786 ) // specifier longer then 255 chars
00044 #endif
00045
00046
00047
00048
00049
00050 #include <iostream>
00051
00052 #include <cassert>
00053 #include <cfloat>
00054
00055
00056
00057
00058
00059 #include <vector>
00060 #include <list>
00061 #include <map>
00062 #include <string>
00063 #include <set>
00064 #include <algorithm>
00065 #include <stack>
00066 #include <queue>
00067 #include <bitset>
00068
00069 #ifdef FC_OS_WIN32
00070 # include <windows.h>
00071 #endif
00072
00073
00074 #include <Standard_Failure.hxx>
00075
00076 #include <BRepMesh.hxx>
00077 #include <BRepMesh_IncrementalMesh.hxx>
00078 #include <Poly_Polygon3D.hxx>
00079 #include <Poly_PolygonOnTriangulation.hxx>
00080 #include <Poly_Triangulation.hxx>
00081
00082 #include <gp_Pnt.hxx>
00083 #include <gp_Sphere.hxx>
00084 #include <gp_Trsf.hxx>
00085
00086 #include <Geom_BezierCurve.hxx>
00087 #include <Geom_BSplineCurve.hxx>
00088 #include <Geom_BezierSurface.hxx>
00089 #include <Geom_BSplineSurface.hxx>
00090 #include <Geom_SphericalSurface.hxx>
00091 #include <GeomAPI_ProjectPointOnSurf.hxx>
00092 #include <GeomLProp_SLProps.hxx>
00093
00094 #include <TopoDS.hxx>
00095 #include <TopoDS_Edge.hxx>
00096 #include <TopoDS_Face.hxx>
00097 #include <TopoDS_Iterator.hxx>
00098 #include <TopExp.hxx>
00099 #include <TopExp_Explorer.hxx>
00100 #include <TopLoc_Location.hxx>
00101
00102 #include <BRep_Tool.hxx>
00103 #include <BRepTools.hxx>
00104 #include <BRepAdaptor_Surface.hxx>
00105 #include <BRepAdaptor_Curve.hxx>
00106 #include <BRepBndLib.hxx>
00107 #include <BRepBuilderAPI_MakeFace.hxx>
00108 #include <BRepPrimAPI_MakeSphere.hxx>
00109
00110 #include <Bnd_Box.hxx>
00111 #include <GCPnts_UniformDeflection.hxx>
00112 #include <TColStd_Array1OfInteger.hxx>
00113
00114 #include <Python.h>
00115
00116
00117 #ifndef __Qt4All__
00118 # include <Gui/Qt4All.h>
00119 #endif
00120
00121
00122 #ifndef __InventorAll__
00123 # include <Gui/InventorAll.h>
00124 #endif
00125
00126 #elif defined(FC_OS_WIN32)
00127 #include <windows.h>
00128 #endif //_PreComp_
00129
00130 #endif