0031939: Coding - correction of spelling errors in comments [part 4]
[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 class IGESDraw_ConnectPoint;
26 class IGESDraw_NetworkSubfigureDef;
27 class IGESDraw_ViewsVisible;
28 class IGESDraw_ViewsVisibleWithAttr;
29 class IGESDraw_LabelDisplay;
30 class IGESDraw_Planar;
31 class IGESDraw_SegmentedViewsVisible;
32 class IGESDraw_Drawing;
33 class IGESDraw_DrawingWithRotation;
34 class IGESDraw_View;
35 class IGESDraw_RectArraySubfigure;
36 class IGESDraw_CircArraySubfigure;
37 class IGESDraw_NetworkSubfigure;
38 class IGESDraw_PerspectiveView;
39 class IGESDraw_ToolConnectPoint;
40 class IGESDraw_ToolNetworkSubfigureDef;
41 class IGESDraw_ToolViewsVisible;
42 class IGESDraw_ToolViewsVisibleWithAttr;
43 class IGESDraw_ToolLabelDisplay;
44 class IGESDraw_ToolPlanar;
45 class IGESDraw_ToolSegmentedViewsVisible;
46 class IGESDraw_ToolDrawing;
47 class IGESDraw_ToolDrawingWithRotation;
48 class IGESDraw_ToolView;
49 class IGESDraw_ToolRectArraySubfigure;
50 class IGESDraw_ToolCircArraySubfigure;
51 class IGESDraw_ToolNetworkSubfigure;
52 class IGESDraw_ToolPerspectiveView;
53 class IGESDraw_Protocol;
54 class IGESDraw_ReadWriteModule;
55 class IGESDraw_GeneralModule;
56 class IGESDraw_SpecificModule;
57
58
59 //! This package contains the group of classes necessary for
60 //! Structure Entities implied in Drawings and Structured
61 //! Graphics (Sets for drawing, Drawings and Views).
62 class IGESDraw 
63 {
64 public:
65
66   DEFINE_STANDARD_ALLOC
67
68   
69   //! Prepares dynamic data (Protocol, Modules) for this package
70   Standard_EXPORT static void Init();
71   
72   //! Returns the Protocol for this Package
73   Standard_EXPORT static Handle(IGESDraw_Protocol) Protocol();
74
75
76
77
78 protected:
79
80
81
82
83
84 private:
85
86
87
88
89 friend class IGESDraw_ConnectPoint;
90 friend class IGESDraw_NetworkSubfigureDef;
91 friend class IGESDraw_ViewsVisible;
92 friend class IGESDraw_ViewsVisibleWithAttr;
93 friend class IGESDraw_LabelDisplay;
94 friend class IGESDraw_Planar;
95 friend class IGESDraw_SegmentedViewsVisible;
96 friend class IGESDraw_Drawing;
97 friend class IGESDraw_DrawingWithRotation;
98 friend class IGESDraw_View;
99 friend class IGESDraw_RectArraySubfigure;
100 friend class IGESDraw_CircArraySubfigure;
101 friend class IGESDraw_NetworkSubfigure;
102 friend class IGESDraw_PerspectiveView;
103 friend class IGESDraw_ToolConnectPoint;
104 friend class IGESDraw_ToolNetworkSubfigureDef;
105 friend class IGESDraw_ToolViewsVisible;
106 friend class IGESDraw_ToolViewsVisibleWithAttr;
107 friend class IGESDraw_ToolLabelDisplay;
108 friend class IGESDraw_ToolPlanar;
109 friend class IGESDraw_ToolSegmentedViewsVisible;
110 friend class IGESDraw_ToolDrawing;
111 friend class IGESDraw_ToolDrawingWithRotation;
112 friend class IGESDraw_ToolView;
113 friend class IGESDraw_ToolRectArraySubfigure;
114 friend class IGESDraw_ToolCircArraySubfigure;
115 friend class IGESDraw_ToolNetworkSubfigure;
116 friend class IGESDraw_ToolPerspectiveView;
117 friend class IGESDraw_Protocol;
118 friend class IGESDraw_ReadWriteModule;
119 friend class IGESDraw_GeneralModule;
120 friend class IGESDraw_SpecificModule;
121
122 };
123
124
125
126
127
128
129
130 #endif // _IGESDraw_HeaderFile