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