Mod/Raytracing/App/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__
00025 #define __PRECOMPILED__
00026
00027 #include <FCConfig.h>
00028
00029
00030 #ifdef FC_OS_WIN32
00031 # define PartExport __declspec(dllimport)
00032 # define AppRaytracingExport __declspec(dllexport)
00033 #else // for Linux
00034 # define PartExport
00035 # define AppRaytracingExport
00036 #endif
00037
00038 #ifdef _PreComp_
00039
00040
00041 #include <stdio.h>
00042 #include <assert.h>
00043
00044
00045
00046 #include <algorithm>
00047 #include <iostream>
00048 #include <list>
00049 #include <map>
00050 #include <queue>
00051 #include <set>
00052 #include <sstream>
00053 #include <stack>
00054 #include <string>
00055 #include <vector>
00056 #include <bitset>
00057
00058
00059 #include <BRep_Builder.hxx>
00060 #include <BRep_Tool.hxx>
00061 #include <Bnd_Box.hxx>
00062 #include <BRepAdaptor_Surface.hxx>
00063 #include <BRepBndLib.hxx>
00064 #include <BRepBuilderAPI_NurbsConvert.hxx>
00065 #include <BRepMesh.hxx>
00066 #include <BRepMesh_Edge.hxx>
00067 #include <BRepMesh_IncrementalMesh.hxx>
00068 #include <BRepMesh_Triangle.hxx>
00069 #include <BRepTools.hxx>
00070 #include <BRepPrimAPI_MakeBox.hxx>
00071 #include <BRepPrimAPI_MakeSphere.hxx>
00072 #include <Geom_Axis2Placement.hxx>
00073 #include <Geom_BSplineSurface.hxx>
00074 #include <Geom_SphericalSurface.hxx>
00075 #include <Geom_Surface.hxx>
00076 #include <gp_Pnt.hxx>
00077 #include <gp_Sphere.hxx>
00078 #include <gp_Trsf.hxx>
00079 #include <OSD_FileIterator.hxx>
00080 #include <OSD_Timer.hxx>
00081 #include <Poly_Array1OfTriangle.hxx>
00082 #include <Poly_Connect.hxx>
00083 #include <Poly_Triangulation.hxx>
00084 #include <Standard.hxx>
00085 #include <TColgp_Array1OfPnt.hxx>
00086 #include <TColgp_Array1OfPnt2d.hxx>
00087 #include <TColgp_Array2OfPnt.hxx>
00088 #include <TCollection_AsciiString.hxx>
00089 #include <TColStd_Array1OfReal.hxx>
00090 #include <TColStd_ListIteratorOfListOfReal.hxx>
00091 #include <TColStd_ListOfReal.hxx>
00092 #include <TColStd_SequenceOfInteger.hxx>
00093 #include <TopExp_Explorer.hxx>
00094 #include <TopLoc_Location.hxx>
00095 #include <TopoDS.hxx>
00096 #include <TopoDS_Shape.hxx>
00097 #include <TopoDS_Face.hxx>
00098 #include <BRepMesh_IncrementalMesh.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
00110
00111 #endif //_PreComp_
00112
00113 #endif