1 /******************************************************************************
2  *
3  * Project:  GDAL
4  * Purpose:  Includes Teigha headers
5  * Author:   Frank Warmerdam, warmerdam@pobox.com
6  *
7  ******************************************************************************
8  * Copyright (c) 2011,  Frank Warmerdam
9  *
10  * Permission is hereby granted, free of charge, to any person obtaining a
11  * copy of this software and associated documentation files (the "Software"),
12  * to deal in the Software without restriction, including without limitation
13  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
14  * and/or sell copies of the Software, and to permit persons to whom the
15  * Software is furnished to do so, subject to the following conditions:
16  *
17  * The above copyright notice and this permission notice shall be included
18  * in all copies or substantial portions of the Software.
19  *
20  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
21  * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
23  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
25  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
26  * DEALINGS IN THE SOFTWARE.
27  *****************************************************************************/
28 
29 #ifndef TEIGHA_HEADERS_H
30 #define TEIGHA_HEADERS_H
31 
32 #include "cpl_port.h"
33 
34 #ifdef HAVE_GCC_SYSTEM_HEADER
35 #pragma GCC system_header
36 #endif
37 
38 #include "OdaCommon.h"
39 #include "diagnostics.h"
40 #include "DbDatabase.h"
41 #include "DbEntity.h"
42 #include "DbDimAssoc.h"
43 #include "DbObjectIterator.h"
44 #include "DbBlockTable.h"
45 #include "DbBlockTableRecord.h"
46 #include "DbSymbolTable.h"
47 
48 #include "DbLayerTable.h"
49 #include "DbLayerTableRecord.h"
50 #include "DbLinetypeTable.h"
51 #include "DbLinetypeTableRecord.h"
52 
53 #include "DbPolyline.h"
54 #include "Db2dPolyline.h"
55 #include "Db3dPolyline.h"
56 #include "Db3dPolylineVertex.h"
57 #include "DbLine.h"
58 #include "DbPoint.h"
59 #include "DbEllipse.h"
60 #include "DbArc.h"
61 #include "DbMText.h"
62 #include "DbText.h"
63 #include "DbCircle.h"
64 #include "DbSpline.h"
65 #include "DbBlockReference.h"
66 #include "DbAttribute.h"
67 #include "DbFiler.h"
68 #include "Ge/GeScale3d.h"
69 
70 #include "DbDimension.h"
71 #include "DbRotatedDimension.h"
72 #include "DbAlignedDimension.h"
73 
74 #include "DbHatch.h"
75 #include "Ge/GePoint2dArray.h"
76 #include "Ge/GeCurve2d.h"
77 #include "Ge/GeCircArc2d.h"
78 #include "Ge/GeEllipArc2d.h"
79 
80 
81 #include "OdCharMapper.h"
82 #include "RxObjectImpl.h"
83 
84 #include "ExSystemServices.h"
85 #include "ExHostAppServices.h"
86 #include "OdFileBuf.h"
87 #include "RxDynamicModule.h"
88 #include "FdField.h"
89 
90 #endif // TEIGHA_HEADERS_H
91