0032641: Coding - get rid of unused forward declarations [IGESAppli to LDOM]
[occt.git] / src / IGESDraw / IGESDraw.hxx
1 // Created on: 1993-01-11
2 // Created by: CKY / Contract Toubro-Larsen (Niraj RANGWALA)
3 // Copyright (c) 1993-1999 Matra Datavision
4 // Copyright (c) 1999-2014 OPEN CASCADE SAS
5 //
6 // This file is part of Open CASCADE Technology software library.
7 //
8 // This library is free software; you can redistribute it and/or modify it under
9 // the terms of the GNU Lesser General Public License version 2.1 as published
10 // by the Free Software Foundation, with special exception defined in the file
11 // OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12 // distribution for complete text of the license and disclaimer of any warranty.
13 //
14 // Alternatively, this file may be used under the terms of Open CASCADE
15 // commercial license or contractual agreement.
16
17 #ifndef _IGESDraw_HeaderFile
18 #define _IGESDraw_HeaderFile
19
20 #include <Standard.hxx>
21 #include <Standard_DefineAlloc.hxx>
22 #include <Standard_Handle.hxx>
23
24 class IGESDraw_Protocol;
25
26
27 //! This package contains the group of classes necessary for
28 //! Structure Entities implied in Drawings and Structured
29 //! Graphics (Sets for drawing, Drawings and Views).
30 class IGESDraw 
31 {
32 public:
33
34   DEFINE_STANDARD_ALLOC
35
36   
37   //! Prepares dynamic data (Protocol, Modules) for this package
38   Standard_EXPORT static void Init();
39   
40   //! Returns the Protocol for this Package
41   Standard_EXPORT static Handle(IGESDraw_Protocol) Protocol();
42
43
44
45
46 protected:
47
48
49
50
51
52 private:
53
54
55
56
57 friend class IGESDraw_ConnectPoint;
58 friend class IGESDraw_NetworkSubfigureDef;
59 friend class IGESDraw_ViewsVisible;
60 friend class IGESDraw_ViewsVisibleWithAttr;
61 friend class IGESDraw_LabelDisplay;
62 friend class IGESDraw_Planar;
63 friend class IGESDraw_SegmentedViewsVisible;
64 friend class IGESDraw_Drawing;
65 friend class IGESDraw_DrawingWithRotation;
66 friend class IGESDraw_View;
67 friend class IGESDraw_RectArraySubfigure;
68 friend class IGESDraw_CircArraySubfigure;
69 friend class IGESDraw_NetworkSubfigure;
70 friend class IGESDraw_PerspectiveView;
71 friend class IGESDraw_ToolConnectPoint;
72 friend class IGESDraw_ToolNetworkSubfigureDef;
73 friend class IGESDraw_ToolViewsVisible;
74 friend class IGESDraw_ToolViewsVisibleWithAttr;
75 friend class IGESDraw_ToolLabelDisplay;
76 friend class IGESDraw_ToolPlanar;
77 friend class IGESDraw_ToolSegmentedViewsVisible;
78 friend class IGESDraw_ToolDrawing;
79 friend class IGESDraw_ToolDrawingWithRotation;
80 friend class IGESDraw_ToolView;
81 friend class IGESDraw_ToolRectArraySubfigure;
82 friend class IGESDraw_ToolCircArraySubfigure;
83 friend class IGESDraw_ToolNetworkSubfigure;
84 friend class IGESDraw_ToolPerspectiveView;
85 friend class IGESDraw_Protocol;
86 friend class IGESDraw_ReadWriteModule;
87 friend class IGESDraw_GeneralModule;
88 friend class IGESDraw_SpecificModule;
89
90 };
91
92
93
94
95
96
97
98 #endif // _IGESDraw_HeaderFile