CFx SDK Documentation  2022 SP0
Entities.h
Go to the documentation of this file.
1 // Copyright (C) 2002-2017, Open Design Alliance (the "Alliance").
3 // All rights reserved.
4 //
5 // This software and its documentation and related materials are owned by
6 // the Alliance. The software may only be incorporated into application
7 // programs owned by members of the Alliance, subject to a signed
8 // Membership Agreement and Supplemental Software License Agreement with the
9 // Alliance. The structure and organization of this software are the valuable
10 // trade secrets of the Alliance and its suppliers. The software is also
11 // protected by copyright law and international treaty provisions. Application
12 // programs incorporating this software must include the following statement
13 // with their copyright notices:
14 //
15 // This application incorporates Teigha(R) software pursuant to a license
16 // agreement with Open Design Alliance.
17 // Teigha(R) Copyright (C) 2002-2017 by Open Design Alliance.
18 // All rights reserved.
19 //
20 // By use of this software, its documentation or related materials, you
21 // acknowledge and accept the above terms.
23 
24 
25 
26 
27 #ifndef _ENTITIES_INCLUDED_
28 #define _ENTITIES_INCLUDED_
29 
30 #include "DbArc.h"
31 #include "DbAttributeDefinition.h"
32 #include "DbAttribute.h"
33 #include "DbBlockBegin.h"
34 #include "DbCircle.h"
35 #include "DbDimension.h"
36 #include "DbAlignedDimension.h"
37 #include "DbEllipse.h"
38 #include "DbBlockEnd.h"
39 #include "DbFace.h"
40 #include "DbBlockReference.h"
41 #include "DbMInsertBlock.h"
42 #include "DbLeader.h"
43 #include "DbLine.h"
44 #include "DbMline.h"
45 #include "DbMText.h"
46 #include "DbPoint.h"
47 #include "Db2dPolyline.h"
48 #include "DbRay.h"
49 #include "DbSequenceEnd.h"
50 #include "DbShape.h"
51 #include "DbSpline.h"
52 #include "DbText.h"
53 #include "DbFcf.h"
54 #include "DbVertex.h"
55 #include "Db2dVertex.h"
56 #include "Db3dPolylineVertex.h"
57 #include "DbPolygonMeshVertex.h"
58 #include "DbPolyFaceMeshVertex.h"
59 #include "DbFaceRecord.h"
60 #include "DbViewport.h"
61 #include "DbXline.h"
62 #include "DbHatch.h"
63 #include "DbPolyline.h"
64 #include "DbOle2Frame.h"
65 #include "DbProxyEntity.h"
66 #include "Db3dPolyline.h"
67 #include "DbOrdinateDimension.h"
68 #include "DbRotatedDimension.h"
71 #include "DbRadialDimension.h"
72 #include "DbDiametricDimension.h"
73 #include "DbPolyFaceMesh.h"
74 #include "DbPolygonMesh.h"
75 #include "DbSolid.h"
76 #include "DbTrace.h"
77 #include "DbRegion.h"
78 #include "Db3dSolid.h"
79 #include "DbBody.h"
80 #include "DbXrecord.h"
81 
82 #include "DbArcAlignedText.h"
83 #include "DbRasterImage.h"
84 #include "RText.h"
85 #include "DbWipeout.h"
86 #include "DbTable.h"
87 
88 #endif // _ENTITIES_INCLUDED_