~ubuntu-branches/ubuntu/maverick/freecad/maverick

« back to all changes in this revision

Viewing changes to src/Mod/MeshPart/App/PreCompiled.h

  • Committer: Bazaar Package Importer
  • Author(s): Teemu Ikonen
  • Date: 2009-07-16 18:37:41 UTC
  • Revision ID: james.westby@ubuntu.com-20090716183741-oww9kcxqrk991i1n
Tags: upstream-0.8.2237
Import upstream version 0.8.2237

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
 *   Copyright (c) 2008 J�rgen Riegel (juergen.riegel@web.de)              *
 
3
 *                                                                         *
 
4
 *   This file is part of the FreeCAD CAx development system.              *
 
5
 *                                                                         *
 
6
 *   This library is free software; you can redistribute it and/or         *
 
7
 *   modify it under the terms of the GNU Library General Public           *
 
8
 *   License as published by the Free Software Foundation; either          *
 
9
 *   version 2 of the License, or (at your option) any later version.      *
 
10
 *                                                                         *
 
11
 *   This library  is distributed in the hope that it will be useful,      *
 
12
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 
13
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 
14
 *   GNU Library General Public License for more details.                  *
 
15
 *                                                                         *
 
16
 *   You should have received a copy of the GNU Library General Public     *
 
17
 *   License along with this library; see the file COPYING.LIB. If not,    *
 
18
 *   write to the Free Software Foundation, Inc., 59 Temple Place,         *
 
19
 *   Suite 330, Boston, MA  02111-1307, USA                                *
 
20
 *                                                                         *
 
21
 ***************************************************************************/
 
22
 
 
23
 
 
24
#ifndef __PRECOMPILED__
 
25
#define __PRECOMPILED__
 
26
 
 
27
#include <FCConfig.h>
 
28
 
 
29
// Exporting of App classes
 
30
#ifdef FC_OS_WIN32
 
31
# define AppMeshPartExport __declspec(dllexport)
 
32
# define AppPartExport  __declspec(dllimport)
 
33
# define PartExport     __declspec(dllimport)
 
34
# define MeshExport     __declspec(dllimport)
 
35
#else // for Linux
 
36
# define AppMeshPartExport
 
37
# define AppPartExport 
 
38
# define PartExport   
 
39
# define MeshExport   
 
40
#endif
 
41
 
 
42
#ifdef _PreComp_
 
43
 
 
44
// standard
 
45
#include <iostream>
 
46
#include <sstream>
 
47
#include <stdio.h>
 
48
#include <assert.h>
 
49
#include <string>
 
50
#include <map>
 
51
#include <vector>
 
52
#include <set>
 
53
#include <bitset>
 
54
 
 
55
// OpenCasCade =====================================================================================
 
56
// Base
 
57
#include <Standard_Failure.hxx>
 
58
#include <Standard_GUID.hxx>
 
59
#include <Standard_AbortiveTransaction.hxx>
 
60
#include <Standard_Address.hxx>
 
61
#include <Standard_AncestorIterator.hxx>
 
62
#include <Standard_Boolean.hxx>
 
63
#include <Standard_Byte.hxx>
 
64
#include <Standard_Character.hxx>
 
65
#include <Standard_ConstructionError.hxx>
 
66
#include <Standard_CString.hxx>
 
67
#include <Standard_ctype.hxx>
 
68
#include <Standard_DefineHandle.hxx>
 
69
#include <Standard_DimensionError.hxx>
 
70
#include <Standard_DimensionMismatch.hxx>
 
71
#include <Standard_DivideByZero.hxx>
 
72
#include <Standard_DomainError.hxx>
 
73
#include <Standard_ErrorHandler.hxx>
 
74
#include <Standard_ExtCharacter.hxx>
 
75
#include <Standard_ExtString.hxx>
 
76
#include <Standard_Failure.hxx>
 
77
#include <Standard_GUID.hxx>
 
78
#include <Standard_ImmutableObject.hxx>
 
79
#include <Standard_Integer.hxx>
 
80
#include <Standard_InternalType.hxx>
 
81
#include <Standard_IStream.hxx>
 
82
#include <Standard_KindOfType.hxx>
 
83
#include <Standard_LicenseError.hxx>
 
84
#include <Standard_LicenseNotFound.hxx>
 
85
#include <Standard_Macro.hxx>
 
86
#include <Standard_math.hxx>
 
87
#include <Standard_MultiplyDefined.hxx>
 
88
#include <Standard_NegativeValue.hxx>
 
89
#include <Standard_NoMoreObject.hxx>
 
90
#include <Standard_NoSuchObject.hxx>
 
91
#include <Standard_NotImplemented.hxx>
 
92
#include <Standard_NullObject.hxx>
 
93
#include <Standard_NullValue.hxx>
 
94
#include <Standard_NumericError.hxx>
 
95
#include <Standard_OId.hxx>
 
96
#include <Standard_OStream.hxx>
 
97
#include <Standard_OutOfMemory.hxx>
 
98
#include <Standard_OutOfRange.hxx>
 
99
#include <Standard_Overflow.hxx>
 
100
#include <Standard_Persistent.hxx>
 
101
#include <Standard_Persistent_proto.hxx>
 
102
#include <Standard_PrimitiveTypes.hxx>
 
103
#include <Standard_ProgramError.hxx>
 
104
#include <Standard_RangeError.hxx>
 
105
#include <Standard_Real.hxx>
 
106
#include <Standard_ShortReal.hxx>
 
107
#include <Standard_SStream.hxx>
 
108
#include <Standard_Static.hxx>
 
109
#include <Standard_Storable.hxx>
 
110
#include <Standard_Stream.hxx>
 
111
#include <Standard_String.hxx>
 
112
#include <Standard_TooManyUsers.hxx>
 
113
#include <Standard_Transient.hxx>
 
114
#include <Standard_Transient_proto.hxx>
 
115
#include <Standard_Type.hxx>
 
116
#include <Standard_TypeDef.hxx>
 
117
#include <Standard_TypeMismatch.hxx>
 
118
#include <Standard_Underflow.hxx>
 
119
#include <Standard_UUID.hxx>
 
120
#include <Standard_WayOfLife.hxx>
 
121
 
 
122
 
 
123
#include <TCollection_ExtendedString.hxx>
 
124
#include <TCollection_AsciiString.hxx>
 
125
#include <TColStd_SequenceOfExtendedString.hxx>
 
126
 
 
127
#include <BRep_Builder.hxx>
 
128
#include <BRepAdaptor_Curve.hxx>
 
129
#include <BRepAdaptor_Surface.hxx>
 
130
#include <BRepBuilderAPI.hxx>
 
131
#include <BRepBuilderAPI_MakeEdge.hxx>
 
132
#include <BRepBuilderAPI_MakePolygon.hxx>
 
133
#include <BRepTools.hxx>
 
134
#include <BRepTools_ShapeSet.hxx>
 
135
#include <BRepBuilderAPI_Copy.hxx>
 
136
#include <BRepCheck_Analyzer.hxx>
 
137
#include <BRepCheck_Result.hxx>
 
138
#include <BRepCheck_ListIteratorOfListOfStatus.hxx>
 
139
 
 
140
#include <BRepTools.hxx>
 
141
#include <Standard_DefineHandle.hxx> 
 
142
#include <GCE2d_MakeSegment.hxx>
 
143
#include <GCPnts_TangentialDeflection.hxx>
 
144
#include <Geom_Axis2Placement.hxx>
 
145
#include <Geom_CartesianPoint.hxx>
 
146
#include <Geom_Line.hxx>
 
147
#include <Geom_Surface.hxx>
 
148
#include <Geom2d_BezierCurve.hxx>
 
149
#include <Geom2d_BSplineCurve.hxx>
 
150
#include <Geom2d_Curve.hxx>
 
151
#include <Geom2d_TrimmedCurve.hxx>
 
152
#include <Geom2dAdaptor_Curve.hxx>
 
153
#include <GeomAbs_CurveType.hxx>
 
154
#include <GeomAdaptor_Curve.hxx>
 
155
#include <Geom_BezierCurve.hxx>
 
156
#include <Geom_BezierSurface.hxx>
 
157
#include <Geom_BSplineCurve.hxx>
 
158
#include <Geom_BSplineSurface.hxx>
 
159
#include <Geom_Circle.hxx>
 
160
#include <Geom_ConicalSurface.hxx>
 
161
#include <Geom_CylindricalSurface.hxx>
 
162
#include <Geom_Ellipse.hxx>
 
163
#include <Geom_Hyperbola.hxx>
 
164
#include <Geom_SphericalSurface.hxx>
 
165
#include <Geom_SurfaceOfLinearExtrusion.hxx>
 
166
#include <Geom_SurfaceOfRevolution.hxx>
 
167
#include <Geom_Parabola.hxx>
 
168
#include <Geom_Plane.hxx>
 
169
#include <Geom_ToroidalSurface.hxx>
 
170
#include <GeomTools_Curve2dSet.hxx>
 
171
#include <gp_Ax2d.hxx>
 
172
#include <gp_Circ.hxx>
 
173
#include <gp_Circ2d.hxx>
 
174
#include <gp_Cone.hxx>
 
175
#include <gp_Cylinder.hxx>
 
176
#include <gp_Dir2d.hxx>
 
177
#include <gp_Elips.hxx>
 
178
#include <gp_Hypr.hxx>
 
179
#include <gp_Lin2d.hxx>
 
180
#include <gp_Lin.hxx>
 
181
#include <gp_Parab.hxx>
 
182
#include <gp_Pnt2d.hxx>
 
183
#include <gp_Pnt.hxx>
 
184
#include <gp_Pln.hxx>
 
185
#include <gp_Sphere.hxx>
 
186
#include <gp_Torus.hxx>
 
187
#include <gp_Vec.hxx>
 
188
#include <gp_Vec2d.hxx>
 
189
#include <MMgt_TShared.hxx>
 
190
#include <Precision.hxx>
 
191
#include <Quantity_Factor.hxx>
 
192
#include <Quantity_Length.hxx>
 
193
#include <Quantity_NameOfColor.hxx>
 
194
#include <Quantity_PhysicalQuantity.hxx>
 
195
#include <Quantity_PlaneAngle.hxx>
 
196
#include <Quantity_TypeOfColor.hxx>
 
197
#include <Standard_Boolean.hxx>
 
198
#include <Standard_CString.hxx>
 
199
#include <Standard_ErrorHandler.hxx>
 
200
#include <Standard_Integer.hxx>
 
201
#include <Standard_IStream.hxx>
 
202
#include <Standard_Macro.hxx>
 
203
#include <Standard_NotImplemented.hxx>
 
204
#include <Standard_OStream.hxx>
 
205
#include <Standard_Real.hxx>
 
206
#include <TCollection_AsciiString.hxx>
 
207
#include <TColgp_Array1OfPnt2d.hxx>
 
208
#include <TColgp_HArray1OfPnt2d.hxx>
 
209
#include <TCollection_AsciiString.hxx>
 
210
#include <TColStd_HSequenceOfTransient.hxx>
 
211
#include <TColStd_MapIteratorOfMapOfTransient.hxx>
 
212
#include <TColStd_MapOfTransient.hxx>
 
213
#include <TopExp_Explorer.hxx>
 
214
#include <TopoDS.hxx>
 
215
#include <TopoDS_Compound.hxx>
 
216
#include <TopoDS_Edge.hxx>
 
217
#include <TopoDS_Iterator.hxx>
 
218
#include <TopoDS_ListIteratorOfListOfShape.hxx>
 
219
#include <TopoDS_Shape.hxx>
 
220
#include <TopoDS_Solid.hxx>
 
221
#include <TopoDS_Vertex.hxx>
 
222
#include <TopExp.hxx>
 
223
#include <TopTools_ListIteratorOfListOfShape.hxx>
 
224
#include <TopTools_HSequenceOfShape.hxx>
 
225
#include <TopTools_MapOfShape.hxx>
 
226
#include <UnitsAPI.hxx>
 
227
#include <BRepPrimAPI_MakeBox.hxx>
 
228
#include <BRepPrimAPI_MakeCylinder.hxx>
 
229
 
 
230
#include <Python.h>
 
231
 
 
232
 
 
233
#endif
 
234
#endif // _PreComp_
 
235