Mod/Cam/Gui/PreCompiled.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (c) 2007                                                    *
00003  *   Joachim Zettler <Joachim.Zettler@gmx.de>                              *
00004  *                                                                         *
00005  *   This file is part of the FreeCAD CAx development system.              *
00006  *                                                                         *
00007  *   This library is free software; you can redistribute it and/or         *
00008  *   modify it under the terms of the GNU Library General Public           *
00009  *   License as published by the Free Software Foundation; either          *
00010  *   version 2 of the License, or (at your option) any later version.      *
00011  *                                                                         *
00012  *   This library  is distributed in the hope that it will be useful,      *
00013  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00014  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00015  *   GNU Library General Public License for more details.                  *
00016  *                                                                         *
00017  *   You should have received a copy of the GNU Library General Public     *
00018  *   License along with this library; see the file COPYING.LIB. If not,    *
00019  *   write to the Free Software Foundation, Inc., 59 Temple Place,         *
00020  *   Suite 330, Boston, MA  02111-1307, USA                                *
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 // Importing of App classes
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 // standard
00053 #include <iostream>
00054 //#include <stdio.h>
00055 #include <assert.h>
00056 //#include <io.h>
00057 //#include <fcntl.h>
00058 //#include <ctype.h>
00059 
00060 // STL
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 // Xerces
00078 #include <xercesc/util/XercesDefs.hpp>
00079 
00080 // OpenCasCade Base
00081 #include <Standard_Failure.hxx>
00082 
00083 // OpenCascade View
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 // Qt Toolkit
00118 #ifndef __Qt4All__
00119 # include <Gui/Qt4All.h>
00120 #endif
00121 
00122 // Inventor
00123 #ifndef __InventorAll__
00124 # include <Gui/InventorAll.h>
00125 #endif
00126 
00127 #include <float.h>
00128 
00129 
00130 #endif
00131 #endif

Generated on Wed Nov 23 19:00:29 2011 for FreeCAD by  doxygen 1.6.1