Mod/Raytracing/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 PartExport __declspec(dllimport)
00032 # define AppRaytracingExport __declspec(dllimport)
00033 # define AppRaytracingGuiExport __declspec(dllexport)
00034 #else // for Linux
00035 # define PartExport
00036 # define AppRaytracingExport
00037 # define AppRaytracingGuiExport
00038 #endif
00039
00040
00041 #ifdef _PreComp_
00042
00043
00044 #include <stdio.h>
00045 #include <assert.h>
00046
00047
00048 #include <algorithm>
00049 #include <iostream>
00050 #include <list>
00051 #include <map>
00052 #include <queue>
00053 #include <set>
00054 #include <sstream>
00055 #include <stack>
00056 #include <string>
00057 #include <vector>
00058 #include <bitset>
00059
00060 #ifdef FC_OS_WIN32
00061 # include <windows.h>
00062 #endif
00063
00064
00065
00066 #include <Standard_Failure.hxx>
00067
00068
00069 #include <BRep_Builder.hxx>
00070 #include <BRep_Tool.hxx>
00071 #include <Bnd_Box.hxx>
00072 #include <BRepAdaptor_Surface.hxx>
00073 #include <BRepBndLib.hxx>
00074 #include <BRepBuilderAPI_NurbsConvert.hxx>
00075 #include <BRepMesh.hxx>
00076 #include <BRepMesh_Edge.hxx>
00077 #include <BRepMesh_IncrementalMesh.hxx>
00078 #include <BRepMesh_Triangle.hxx>
00079 #include <BRepTools.hxx>
00080 #include <BRepPrimAPI_MakeBox.hxx>
00081 #include <BRepPrimAPI_MakeSphere.hxx>
00082 #include <Geom_Axis2Placement.hxx>
00083 #include <Geom_BSplineSurface.hxx>
00084 #include <Geom_SphericalSurface.hxx>
00085 #include <Geom_Surface.hxx>
00086 #include <gp_Pnt.hxx>
00087 #include <gp_Sphere.hxx>
00088 #include <gp_Trsf.hxx>
00089 #include <Poly_Array1OfTriangle.hxx>
00090 #include <Poly_Connect.hxx>
00091 #include <Poly_Triangulation.hxx>
00092 #include <Standard.hxx>
00093 #include <TColgp_Array1OfPnt.hxx>
00094 #include <TColgp_Array1OfPnt2d.hxx>
00095 #include <TColgp_Array2OfPnt.hxx>
00096 #include <TCollection_AsciiString.hxx>
00097 #include <TColStd_Array1OfReal.hxx>
00098 #include <TColStd_ListIteratorOfListOfReal.hxx>
00099 #include <TColStd_ListOfReal.hxx>
00100 #include <TColStd_SequenceOfInteger.hxx>
00101 #include <TopExp_Explorer.hxx>
00102 #include <TopLoc_Location.hxx>
00103 #include <TopoDS.hxx>
00104 #include <TopoDS_Shape.hxx>
00105 #include <TopoDS_Face.hxx>
00106 #include <BRepMesh_IncrementalMesh.hxx>
00107 #include <BRepBuilderAPI_MakeFace.hxx>
00108 #include <BRep_Tool.hxx>
00109 #include <GeomAPI_ProjectPointOnSurf.hxx>
00110 #include <GeomLProp_SLProps.hxx>
00111 #include <TopoDS_Face.hxx>
00112 #include <BRepAdaptor_Surface.hxx>
00113 #include <TopoDS_Iterator.hxx>
00114 #include <TopoDS_Edge.hxx>
00115 #include <BRepAdaptor_Curve.hxx>
00116 #include <GCPnts_UniformDeflection.hxx>
00117
00118
00119
00120 #include <Python.h>
00121
00122
00123 #ifndef __Qt4All__
00124 # include <Gui/Qt4All.h>
00125 #endif
00126
00127
00128 #ifndef __InventorAll__
00129 # include <Gui/InventorAll.h>
00130 #endif
00131
00132
00133 #endif //_PreComp_
00134
00135 #endif // __PRECOMPILED_GUI__