0027961: Visualization - remove unused and no more working OpenGl_AVIWriter
[occt.git] / src / IGESDimen / IGESDimen.hxx
CommitLineData
42cf5bc1 1// Created on: 1993-01-09
2// Created by: CKY / Contract Toubro-Larsen ( Deepak PRABHU )
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 _IGESDimen_HeaderFile
18#define _IGESDimen_HeaderFile
19
20#include <Standard.hxx>
21#include <Standard_DefineAlloc.hxx>
22#include <Standard_Handle.hxx>
23
24class IGESDimen_Protocol;
25class IGESDimen_CenterLine;
26class IGESDimen_Section;
27class IGESDimen_WitnessLine;
28class IGESDimen_AngularDimension;
29class IGESDimen_CurveDimension;
30class IGESDimen_DiameterDimension;
31class IGESDimen_FlagNote;
32class IGESDimen_GeneralLabel;
33class IGESDimen_GeneralNote;
34class IGESDimen_NewGeneralNote;
35class IGESDimen_LeaderArrow;
36class IGESDimen_LinearDimension;
37class IGESDimen_OrdinateDimension;
38class IGESDimen_PointDimension;
39class IGESDimen_RadiusDimension;
40class IGESDimen_GeneralSymbol;
41class IGESDimen_SectionedArea;
42class IGESDimen_DimensionedGeometry;
43class IGESDimen_NewDimensionedGeometry;
44class IGESDimen_DimensionUnits;
45class IGESDimen_DimensionTolerance;
46class IGESDimen_DimensionDisplayData;
47class IGESDimen_BasicDimension;
48class IGESDimen_ToolCenterLine;
49class IGESDimen_ToolSection;
50class IGESDimen_ToolWitnessLine;
51class IGESDimen_ToolAngularDimension;
52class IGESDimen_ToolCurveDimension;
53class IGESDimen_ToolDiameterDimension;
54class IGESDimen_ToolFlagNote;
55class IGESDimen_ToolGeneralLabel;
56class IGESDimen_ToolGeneralNote;
57class IGESDimen_ToolNewGeneralNote;
58class IGESDimen_ToolLeaderArrow;
59class IGESDimen_ToolLinearDimension;
60class IGESDimen_ToolOrdinateDimension;
61class IGESDimen_ToolPointDimension;
62class IGESDimen_ToolRadiusDimension;
63class IGESDimen_ToolGeneralSymbol;
64class IGESDimen_ToolSectionedArea;
65class IGESDimen_ToolDimensionedGeometry;
66class IGESDimen_ToolNewDimensionedGeometry;
67class IGESDimen_ToolDimensionUnits;
68class IGESDimen_ToolDimensionTolerance;
69class IGESDimen_ToolDimensionDisplayData;
70class IGESDimen_ToolBasicDimension;
71class IGESDimen_Protocol;
72class IGESDimen_ReadWriteModule;
73class IGESDimen_GeneralModule;
74class IGESDimen_SpecificModule;
75
76
77//! This package represents Entities applied to Dimensions
78//! ie. Annotation Entities and attached Properties and
79//! Associativities.
80class IGESDimen
81{
82public:
83
84 DEFINE_STANDARD_ALLOC
85
86
87 //! Prepares dynamic data (Protocol, Modules) for this package
88 Standard_EXPORT static void Init();
89
90 //! Returns the Protocol for this Package
91 Standard_EXPORT static Handle(IGESDimen_Protocol) Protocol();
92
93
94
95
96protected:
97
98
99
100
101
102private:
103
104
105
106
107friend class IGESDimen_CenterLine;
108friend class IGESDimen_Section;
109friend class IGESDimen_WitnessLine;
110friend class IGESDimen_AngularDimension;
111friend class IGESDimen_CurveDimension;
112friend class IGESDimen_DiameterDimension;
113friend class IGESDimen_FlagNote;
114friend class IGESDimen_GeneralLabel;
115friend class IGESDimen_GeneralNote;
116friend class IGESDimen_NewGeneralNote;
117friend class IGESDimen_LeaderArrow;
118friend class IGESDimen_LinearDimension;
119friend class IGESDimen_OrdinateDimension;
120friend class IGESDimen_PointDimension;
121friend class IGESDimen_RadiusDimension;
122friend class IGESDimen_GeneralSymbol;
123friend class IGESDimen_SectionedArea;
124friend class IGESDimen_DimensionedGeometry;
125friend class IGESDimen_NewDimensionedGeometry;
126friend class IGESDimen_DimensionUnits;
127friend class IGESDimen_DimensionTolerance;
128friend class IGESDimen_DimensionDisplayData;
129friend class IGESDimen_BasicDimension;
130friend class IGESDimen_ToolCenterLine;
131friend class IGESDimen_ToolSection;
132friend class IGESDimen_ToolWitnessLine;
133friend class IGESDimen_ToolAngularDimension;
134friend class IGESDimen_ToolCurveDimension;
135friend class IGESDimen_ToolDiameterDimension;
136friend class IGESDimen_ToolFlagNote;
137friend class IGESDimen_ToolGeneralLabel;
138friend class IGESDimen_ToolGeneralNote;
139friend class IGESDimen_ToolNewGeneralNote;
140friend class IGESDimen_ToolLeaderArrow;
141friend class IGESDimen_ToolLinearDimension;
142friend class IGESDimen_ToolOrdinateDimension;
143friend class IGESDimen_ToolPointDimension;
144friend class IGESDimen_ToolRadiusDimension;
145friend class IGESDimen_ToolGeneralSymbol;
146friend class IGESDimen_ToolSectionedArea;
147friend class IGESDimen_ToolDimensionedGeometry;
148friend class IGESDimen_ToolNewDimensionedGeometry;
149friend class IGESDimen_ToolDimensionUnits;
150friend class IGESDimen_ToolDimensionTolerance;
151friend class IGESDimen_ToolDimensionDisplayData;
152friend class IGESDimen_ToolBasicDimension;
153friend class IGESDimen_Protocol;
154friend class IGESDimen_ReadWriteModule;
155friend class IGESDimen_GeneralModule;
156friend class IGESDimen_SpecificModule;
157
158};
159
160
161
162
163
164
165
166#endif // _IGESDimen_HeaderFile