Mod/Import/App/PreCompiled.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (c) Jürgen Riegel          (juergen.riegel@web.de) 2002     *
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 #ifdef _PreComp_
00029 
00031 #ifdef _MSC_VER
00032 #       pragma warning( disable : 4251 )
00033 #       pragma warning( disable : 4503 )
00034 #       pragma warning( disable : 4786 )  // specifier longer then 255 chars
00035 #endif
00036 
00037 
00038 // Importing of App classes
00039 
00040 #ifdef FC_OS_WIN32
00041 # define AppPartExport __declspec(dllimport)
00042 #else // for Linux
00043 # define AppPartExport
00044 #endif
00045 
00046 
00047 // standard
00048 #include <list>
00049 #include <iostream>
00050 #include <sstream>
00051 #include <stdio.h>
00052 #include <assert.h>
00053 #include <io.h>
00054 #include <fcntl.h>
00055 #include <vector>
00056 #include <map>
00057 
00058 // Xerces
00059 #include <xercesc/util/XercesDefs.hpp>
00060 
00061 // OpenCasCade =====================================================================================
00062 // Base
00063 #include <Standard_Failure.hxx>
00064 #include <Standard_GUID.hxx>
00065 #include <Standard_AbortiveTransaction.hxx>
00066 #include <Standard_Address.hxx>
00067 #include <Standard_AncestorIterator.hxx>
00068 #include <Standard_BasicMap.hxx>
00069 #include <Standard_BasicMapIterator.hxx>
00070 #include <Standard_Boolean.hxx>
00071 #include <Standard_Byte.hxx>
00072 #include <Standard_Character.hxx>
00073 #include <Standard_ConstructionError.hxx>
00074 #include <Standard_Container.hxx>
00075 #include <Standard_CString.hxx>
00076 #include <Standard_ctype.hxx>
00077 #include <Standard_DBHandle.hxx>
00078 #include <Standard_DefineHandle.hxx>
00079 #include <Standard_DimensionError.hxx>
00080 #include <Standard_DimensionMismatch.hxx>
00081 #include <Standard_DivideByZero.hxx>
00082 #include <Standard_DomainError.hxx>
00083 #include <Standard_ErrorHandler.hxx>
00084 #include <Standard_ExtCharacter.hxx>
00085 #include <Standard_ExtString.hxx>
00086 #include <Standard_Failure.hxx>
00087 #include <Standard_ForMapOfTypes.hxx>
00088 #include <Standard_GUID.hxx>
00089 #include <Standard_ImmutableObject.hxx>
00090 #include <Standard_Integer.hxx>
00091 #include <Standard_InternalType.hxx>
00092 #include <Standard_IStream.hxx>
00093 #include <Standard_KindOfType.hxx>
00094 #include <Standard_LicenseError.hxx>
00095 #include <Standard_LicenseNotFound.hxx>
00096 #include <Standard_Macro.hxx>
00097 #include <Standard_MapOfTypes.hxx>
00098 #include <Standard_math.hxx>
00099 #include <Standard_MultiplyDefined.hxx>
00100 #include <Standard_MyMapOfStringsHasher.hxx>
00101 #include <Standard_MyMapOfTypes.hxx>
00102 #include <Standard_NegativeValue.hxx>
00103 #include <Standard_NoMoreObject.hxx>
00104 #include <Standard_NoSuchObject.hxx>
00105 #include <Standard_NotImplemented.hxx>
00106 #include <Standard_NullObject.hxx>
00107 #include <Standard_NullValue.hxx>
00108 #include <Standard_NumericError.hxx>
00109 #include <Standard_OId.hxx>
00110 #include <Standard_OStream.hxx>
00111 #include <Standard_OutOfMemory.hxx>
00112 #include <Standard_OutOfRange.hxx>
00113 #include <Standard_Overflow.hxx>
00114 #include <Standard_Persistent.hxx>
00115 #include <Standard_Persistent_proto.hxx>
00116 #include <Standard_PForMapOfTypes.hxx>
00117 #include <Standard_PrimitiveTypes.hxx>
00118 #include <Standard_ProgramError.hxx>
00119 #include <Standard_RangeError.hxx>
00120 #include <Standard_Real.hxx>
00121 #include <Standard_ShortReal.hxx>
00122 #include <Standard_SStream.hxx>
00123 #include <Standard_Static.hxx>
00124 #include <Standard_Storable.hxx>
00125 #include <Standard_Stream.hxx>
00126 #include <Standard_String.hxx>
00127 #include <Standard_theForMapOfTypes.hxx>
00128 #include <Standard_TooManyUsers.hxx>
00129 #include <Standard_Transient.hxx>
00130 #include <Standard_Transient_proto.hxx>
00131 #include <Standard_Type.hxx>
00132 #include <Standard_TypeDef.hxx>
00133 #include <Standard_TypeMismatch.hxx>
00134 #include <Standard_Underflow.hxx>
00135 #include <Standard_UUID.hxx>
00136 #include <Standard_WayOfLife.hxx>
00137 #include <Quantity_Date.hxx>
00138 
00139  
00140 #include <TCollection_ExtendedString.hxx>
00141 #include <TCollection_AsciiString.hxx>
00142 #include <TColStd_SequenceOfExtendedString.hxx>
00143 // OCAF
00144 #include <TDF_Label.hxx>
00145 #include <TDF_ChildIterator.hxx>
00146 #include <TDF_Tool.hxx>
00147 #include <TDF_ListIteratorOfAttributeList.hxx>
00148 #include <TDocStd_Application.hxx>
00149 #include <TDataStd_Real.hxx>
00150 #include <TDataStd_Integer.hxx>
00151 #include <TDataStd_Name.hxx>
00152 #include <TDataStd_RealArray.hxx>
00153 #include <TDataStd_IntegerArray.hxx>
00154 #include <TDataStd_Comment.hxx>
00155 
00156 #include <BRepBuilderAPI.hxx>
00157 
00158 #include <BRepTools.hxx>
00159 #include <Standard_DefineHandle.hxx> 
00160 #include <DsgPrs_LengthPresentation.hxx>
00161 #include <GCE2d_MakeSegment.hxx>
00162 #include <GCPnts_TangentialDeflection.hxx>
00163 #include <Geom_Axis2Placement.hxx>
00164 #include <Geom_CartesianPoint.hxx>
00165 #include <Geom_Line.hxx>
00166 #include <Geom_Surface.hxx>
00167 #include <Geom2d_BezierCurve.hxx>
00168 #include <Geom2d_BSplineCurve.hxx>
00169 #include <Geom2d_Curve.hxx>
00170 #include <Geom2d_TrimmedCurve.hxx>
00171 #include <Geom2dAdaptor_Curve.hxx>
00172 #include <GeomAbs_CurveType.hxx>
00173 #include <GeomAdaptor_Curve.hxx>
00174 #include <GeomTools_Curve2dSet.hxx>
00175 #include <gp_Ax2d.hxx>
00176 #include <gp_Circ2d.hxx>
00177 #include <gp_Dir2d.hxx>
00178 #include <gp_Lin2d.hxx>
00179 #include <gp_Pnt2d.hxx>
00180 #include <gp_Vec.hxx>
00181 #include <gp_Vec2d.hxx>
00182 #include <MMgt_TShared.hxx>
00183 #include <OSD_Environment.hxx>
00184 #include <Precision.hxx>
00185 #include <Quantity_Factor.hxx>
00186 #include <Quantity_Length.hxx>
00187 #include <Quantity_NameOfColor.hxx>
00188 #include <Quantity_PhysicalQuantity.hxx>
00189 #include <Quantity_PlaneAngle.hxx>
00190 #include <Quantity_TypeOfColor.hxx>
00191 #include <ShapeSchema.hxx> 
00192 #include <Standard_Boolean.hxx>
00193 #include <Standard_CString.hxx>
00194 #include <Standard_ErrorHandler.hxx>
00195 #include <Standard_Integer.hxx>
00196 #include <Standard_IStream.hxx>
00197 #include <Standard_Macro.hxx>
00198 #include <Standard_NotImplemented.hxx>
00199 #include <Standard_OStream.hxx>
00200 #include <Standard_Real.hxx>
00201 #include <TCollection_AsciiString.hxx>
00202 #include <TColgp_Array1OfPnt2d.hxx>
00203 #include <TColgp_HArray1OfPnt2d.hxx>
00204 #include <TCollection_AsciiString.hxx>
00205 #include <TColStd_HSequenceOfTransient.hxx>
00206 #include <TColStd_MapIteratorOfMapOfTransient.hxx>
00207 #include <TColStd_MapOfTransient.hxx>
00208 #include <TopExp_Explorer.hxx>
00209 #include <TopoDS.hxx>
00210 #include <TopoDS_Compound.hxx>
00211 #include <TopoDS_ListIteratorOfListOfShape.hxx>
00212 #include <TopoDS_Shape.hxx>
00213 #include <TopoDS_Solid.hxx>
00214 #include <TopoDS_Vertex.hxx>
00215 #include <TopExp.hxx>
00216 #include <TopTools_ListIteratorOfListOfShape.hxx>
00217 #include <TopTools_HSequenceOfShape.hxx>
00218 #include <UnitsAPI.hxx>
00219 #include <BRepPrimAPI_MakeBox.hxx>
00220 #include <BRepPrimAPI_MakeCylinder.hxx>
00221 
00222 // OCAF
00223 #include <TDocStd_Document.hxx>
00224 #include <TDF_Label.hxx>
00225 #include <TDF_Reference.hxx>
00226 #include <TDF_ChildIterator.hxx>
00227 #include <TNaming_NamedShape.hxx>
00228 #include <TNaming_Builder.hxx>
00229 #include <TDataStd_Real.hxx>
00230 #include <TFunction_Logbook.hxx>
00231 #include <TDataStd_Name.hxx>
00232 #include <TFunction_DriverTable.hxx>
00233 #include <TFunction_Function.hxx>
00234 #include <TDataStd_Integer.hxx>
00235 
00236 // IO
00237 #include <IGESControl_Controller.hxx>
00238 #include <IGESControl_Writer.hxx>
00239 #include <IGESControl_Reader.hxx>
00240 #include <STEPControl_Writer.hxx>
00241 #include <STEPControl_Reader.hxx>
00242 
00243 
00244 #endif //_PreComp_
00245 
00246 
00247 #endif

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