Mod/MeshPart/App/PreCompiled.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (c) 2008 Jürgen Riegel (juergen.riegel@web.de)              *
00003  *                                                                         *
00004  *   This file is part of the FreeCAD CAx development system.              *
00005  *                                                                         *
00006  *   This library is free software; you can redistribute it and/or         *
00007  *   modify it under the terms of the GNU Library General Public           *
00008  *   License as published by the Free Software Foundation; either          *
00009  *   version 2 of the License, or (at your option) any later version.      *
00010  *                                                                         *
00011  *   This library  is distributed in the hope that it will be useful,      *
00012  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00014  *   GNU Library General Public License for more details.                  *
00015  *                                                                         *
00016  *   You should have received a copy of the GNU Library General Public     *
00017  *   License along with this library; see the file COPYING.LIB. If not,    *
00018  *   write to the Free Software Foundation, Inc., 59 Temple Place,         *
00019  *   Suite 330, Boston, MA  02111-1307, USA                                *
00020  *                                                                         *
00021  ***************************************************************************/
00022 
00023 
00024 #ifndef __PRECOMPILED__
00025 #define __PRECOMPILED__
00026 
00027 #include <FCConfig.h>
00028 
00029 // Exporting of App classes
00030 #ifdef FC_OS_WIN32
00031 # define MeshPartExport __declspec(dllexport)
00032 # define PartExport  __declspec(dllimport)
00033 # define MeshExport     __declspec(dllimport)
00034 #else // for Linux
00035 # define MeshPartExport
00036 # define PartExport 
00037 # define MeshExport   
00038 #endif
00039 
00040 #ifdef _MSC_VER
00041 # pragma warning(disable : 4275)
00042 # pragma warning(disable : 4290)
00043 #endif
00044 
00045 #ifdef _PreComp_
00046 
00047 // standard
00048 #include <iostream>
00049 #include <sstream>
00050 #include <stdio.h>
00051 #include <assert.h>
00052 #include <string>
00053 #include <map>
00054 #include <vector>
00055 #include <set>
00056 #include <bitset>
00057 
00058 // OpenCasCade =====================================================================================
00059 // Base
00060 #include <Standard_Failure.hxx>
00061 #include <Standard_GUID.hxx>
00062 #include <Standard_AbortiveTransaction.hxx>
00063 #include <Standard_Address.hxx>
00064 #include <Standard_AncestorIterator.hxx>
00065 #include <Standard_Boolean.hxx>
00066 #include <Standard_Byte.hxx>
00067 #include <Standard_Character.hxx>
00068 #include <Standard_ConstructionError.hxx>
00069 #include <Standard_CString.hxx>
00070 #include <Standard_ctype.hxx>
00071 #include <Standard_DefineHandle.hxx>
00072 #include <Standard_DimensionError.hxx>
00073 #include <Standard_DimensionMismatch.hxx>
00074 #include <Standard_DivideByZero.hxx>
00075 #include <Standard_DomainError.hxx>
00076 #include <Standard_ErrorHandler.hxx>
00077 #include <Standard_ExtCharacter.hxx>
00078 #include <Standard_ExtString.hxx>
00079 #include <Standard_Failure.hxx>
00080 #include <Standard_GUID.hxx>
00081 #include <Standard_ImmutableObject.hxx>
00082 #include <Standard_Integer.hxx>
00083 #include <Standard_InternalType.hxx>
00084 #include <Standard_IStream.hxx>
00085 #include <Standard_KindOfType.hxx>
00086 #include <Standard_LicenseError.hxx>
00087 #include <Standard_LicenseNotFound.hxx>
00088 #include <Standard_Macro.hxx>
00089 #include <Standard_math.hxx>
00090 #include <Standard_MultiplyDefined.hxx>
00091 #include <Standard_NegativeValue.hxx>
00092 #include <Standard_NoMoreObject.hxx>
00093 #include <Standard_NoSuchObject.hxx>
00094 #include <Standard_NotImplemented.hxx>
00095 #include <Standard_NullObject.hxx>
00096 #include <Standard_NullValue.hxx>
00097 #include <Standard_NumericError.hxx>
00098 #include <Standard_OId.hxx>
00099 #include <Standard_OStream.hxx>
00100 #include <Standard_OutOfMemory.hxx>
00101 #include <Standard_OutOfRange.hxx>
00102 #include <Standard_Overflow.hxx>
00103 #include <Standard_Persistent.hxx>
00104 #include <Standard_Persistent_proto.hxx>
00105 #include <Standard_PrimitiveTypes.hxx>
00106 #include <Standard_ProgramError.hxx>
00107 #include <Standard_RangeError.hxx>
00108 #include <Standard_Real.hxx>
00109 #include <Standard_ShortReal.hxx>
00110 #include <Standard_SStream.hxx>
00111 #include <Standard_Static.hxx>
00112 #include <Standard_Storable.hxx>
00113 #include <Standard_Stream.hxx>
00114 #include <Standard_String.hxx>
00115 #include <Standard_TooManyUsers.hxx>
00116 #include <Standard_Transient.hxx>
00117 #include <Standard_Transient_proto.hxx>
00118 #include <Standard_Type.hxx>
00119 #include <Standard_TypeDef.hxx>
00120 #include <Standard_TypeMismatch.hxx>
00121 #include <Standard_Underflow.hxx>
00122 #include <Standard_UUID.hxx>
00123 #include <Standard_WayOfLife.hxx>
00124 
00125  
00126 #include <TCollection_ExtendedString.hxx>
00127 #include <TCollection_AsciiString.hxx>
00128 #include <TColStd_SequenceOfExtendedString.hxx>
00129 
00130 #include <BRep_Builder.hxx>
00131 #include <BRepAdaptor_Curve.hxx>
00132 #include <BRepAdaptor_Surface.hxx>
00133 #include <BRepBuilderAPI.hxx>
00134 #include <BRepBuilderAPI_MakeEdge.hxx>
00135 #include <BRepBuilderAPI_MakePolygon.hxx>
00136 #include <BRepTools.hxx>
00137 #include <BRepTools_ShapeSet.hxx>
00138 #include <BRepBuilderAPI_Copy.hxx>
00139 #include <BRepCheck_Analyzer.hxx>
00140 #include <BRepCheck_Result.hxx>
00141 #include <BRepCheck_ListIteratorOfListOfStatus.hxx>
00142 
00143 #include <BRepTools.hxx>
00144 #include <Standard_DefineHandle.hxx> 
00145 #include <GCE2d_MakeSegment.hxx>
00146 #include <GCPnts_TangentialDeflection.hxx>
00147 #include <Geom_Axis2Placement.hxx>
00148 #include <Geom_CartesianPoint.hxx>
00149 #include <Geom_Line.hxx>
00150 #include <Geom_Surface.hxx>
00151 #include <Geom2d_BezierCurve.hxx>
00152 #include <Geom2d_BSplineCurve.hxx>
00153 #include <Geom2d_Curve.hxx>
00154 #include <Geom2d_TrimmedCurve.hxx>
00155 #include <Geom2dAdaptor_Curve.hxx>
00156 #include <GeomAbs_CurveType.hxx>
00157 #include <GeomAdaptor_Curve.hxx>
00158 #include <Geom_BezierCurve.hxx>
00159 #include <Geom_BezierSurface.hxx>
00160 #include <Geom_BSplineCurve.hxx>
00161 #include <Geom_BSplineSurface.hxx>
00162 #include <Geom_Circle.hxx>
00163 #include <Geom_ConicalSurface.hxx>
00164 #include <Geom_CylindricalSurface.hxx>
00165 #include <Geom_Ellipse.hxx>
00166 #include <Geom_Hyperbola.hxx>
00167 #include <Geom_SphericalSurface.hxx>
00168 #include <Geom_SurfaceOfLinearExtrusion.hxx>
00169 #include <Geom_SurfaceOfRevolution.hxx>
00170 #include <Geom_Parabola.hxx>
00171 #include <Geom_Plane.hxx>
00172 #include <Geom_ToroidalSurface.hxx>
00173 #include <GeomTools_Curve2dSet.hxx>
00174 #include <gp_Ax2d.hxx>
00175 #include <gp_Circ.hxx>
00176 #include <gp_Circ2d.hxx>
00177 #include <gp_Cone.hxx>
00178 #include <gp_Cylinder.hxx>
00179 #include <gp_Dir2d.hxx>
00180 #include <gp_Elips.hxx>
00181 #include <gp_Hypr.hxx>
00182 #include <gp_Lin2d.hxx>
00183 #include <gp_Lin.hxx>
00184 #include <gp_Parab.hxx>
00185 #include <gp_Pnt2d.hxx>
00186 #include <gp_Pnt.hxx>
00187 #include <gp_Pln.hxx>
00188 #include <gp_Sphere.hxx>
00189 #include <gp_Torus.hxx>
00190 #include <gp_Vec.hxx>
00191 #include <gp_Vec2d.hxx>
00192 #include <MMgt_TShared.hxx>
00193 #include <Precision.hxx>
00194 #include <Quantity_Factor.hxx>
00195 #include <Quantity_Length.hxx>
00196 #include <Quantity_NameOfColor.hxx>
00197 #include <Quantity_PhysicalQuantity.hxx>
00198 #include <Quantity_PlaneAngle.hxx>
00199 #include <Quantity_TypeOfColor.hxx>
00200 #include <Standard_Boolean.hxx>
00201 #include <Standard_CString.hxx>
00202 #include <Standard_ErrorHandler.hxx>
00203 #include <Standard_Integer.hxx>
00204 #include <Standard_IStream.hxx>
00205 #include <Standard_Macro.hxx>
00206 #include <Standard_NotImplemented.hxx>
00207 #include <Standard_OStream.hxx>
00208 #include <Standard_Real.hxx>
00209 #include <TCollection_AsciiString.hxx>
00210 #include <TColgp_Array1OfPnt2d.hxx>
00211 #include <TColgp_HArray1OfPnt2d.hxx>
00212 #include <TCollection_AsciiString.hxx>
00213 #include <TColStd_HSequenceOfTransient.hxx>
00214 #include <TColStd_MapIteratorOfMapOfTransient.hxx>
00215 #include <TColStd_MapOfTransient.hxx>
00216 #include <TopExp_Explorer.hxx>
00217 #include <TopoDS.hxx>
00218 #include <TopoDS_Compound.hxx>
00219 #include <TopoDS_Edge.hxx>
00220 #include <TopoDS_Iterator.hxx>
00221 #include <TopoDS_ListIteratorOfListOfShape.hxx>
00222 #include <TopoDS_Shape.hxx>
00223 #include <TopoDS_Solid.hxx>
00224 #include <TopoDS_Vertex.hxx>
00225 #include <TopExp.hxx>
00226 #include <TopTools_ListIteratorOfListOfShape.hxx>
00227 #include <TopTools_HSequenceOfShape.hxx>
00228 #include <TopTools_MapOfShape.hxx>
00229 #include <UnitsAPI.hxx>
00230 #include <BRepPrimAPI_MakeBox.hxx>
00231 #include <BRepPrimAPI_MakeCylinder.hxx>
00232 
00233 #include <Python.h>
00234 
00235 #endif // _PreComp_
00236 #endif
00237 

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