0027232: Configuration - fix mblen missing building issue on Android
[occt.git] / src / IGESBasic / IGESBasic.hxx
1 // Created on: 1993-01-09
2 // Created by: CKY / Contract Toubro-Larsen (Arun MENON)
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 _IGESBasic_HeaderFile
18 #define _IGESBasic_HeaderFile
19
20 #include <Standard.hxx>
21 #include <Standard_DefineAlloc.hxx>
22 #include <Standard_Handle.hxx>
23
24 class IGESBasic_Protocol;
25 class IGESBasic_SubfigureDef;
26 class IGESBasic_Group;
27 class IGESBasic_GroupWithoutBackP;
28 class IGESBasic_SingleParent;
29 class IGESBasic_ExternalRefFileIndex;
30 class IGESBasic_OrderedGroup;
31 class IGESBasic_OrderedGroupWithoutBackP;
32 class IGESBasic_Hierarchy;
33 class IGESBasic_ExternalReferenceFile;
34 class IGESBasic_Name;
35 class IGESBasic_AssocGroupType;
36 class IGESBasic_SingularSubfigure;
37 class IGESBasic_ExternalRefFileName;
38 class IGESBasic_ExternalRefFile;
39 class IGESBasic_ExternalRefName;
40 class IGESBasic_ExternalRefLibName;
41 class IGESBasic_ToolSubfigureDef;
42 class IGESBasic_ToolGroup;
43 class IGESBasic_ToolGroupWithoutBackP;
44 class IGESBasic_ToolSingleParent;
45 class IGESBasic_ToolExternalRefFileIndex;
46 class IGESBasic_ToolOrderedGroup;
47 class IGESBasic_ToolOrderedGroupWithoutBackP;
48 class IGESBasic_ToolHierarchy;
49 class IGESBasic_ToolExternalReferenceFile;
50 class IGESBasic_ToolName;
51 class IGESBasic_ToolAssocGroupType;
52 class IGESBasic_ToolSingularSubfigure;
53 class IGESBasic_ToolExternalRefFileName;
54 class IGESBasic_ToolExternalRefFile;
55 class IGESBasic_ToolExternalRefName;
56 class IGESBasic_ToolExternalRefLibName;
57 class IGESBasic_Protocol;
58 class IGESBasic_ReadWriteModule;
59 class IGESBasic_GeneralModule;
60 class IGESBasic_SpecificModule;
61 class IGESBasic_HArray1OfHArray1OfInteger;
62 class IGESBasic_HArray1OfHArray1OfReal;
63 class IGESBasic_HArray1OfHArray1OfXY;
64 class IGESBasic_HArray1OfHArray1OfXYZ;
65 class IGESBasic_HArray1OfHArray1OfIGESEntity;
66
67
68 //! This package represents basic entities from IGES
69 class IGESBasic 
70 {
71 public:
72
73   DEFINE_STANDARD_ALLOC
74
75   
76   //! Prepares dynqmic data (Protocol, Modules) for this package
77   Standard_EXPORT static void Init();
78   
79   //! Returns the Protocol for this Package
80   Standard_EXPORT static Handle(IGESBasic_Protocol) Protocol();
81
82
83
84
85 protected:
86
87
88
89
90
91 private:
92
93
94
95
96 friend class IGESBasic_SubfigureDef;
97 friend class IGESBasic_Group;
98 friend class IGESBasic_GroupWithoutBackP;
99 friend class IGESBasic_SingleParent;
100 friend class IGESBasic_ExternalRefFileIndex;
101 friend class IGESBasic_OrderedGroup;
102 friend class IGESBasic_OrderedGroupWithoutBackP;
103 friend class IGESBasic_Hierarchy;
104 friend class IGESBasic_ExternalReferenceFile;
105 friend class IGESBasic_Name;
106 friend class IGESBasic_AssocGroupType;
107 friend class IGESBasic_SingularSubfigure;
108 friend class IGESBasic_ExternalRefFileName;
109 friend class IGESBasic_ExternalRefFile;
110 friend class IGESBasic_ExternalRefName;
111 friend class IGESBasic_ExternalRefLibName;
112 friend class IGESBasic_ToolSubfigureDef;
113 friend class IGESBasic_ToolGroup;
114 friend class IGESBasic_ToolGroupWithoutBackP;
115 friend class IGESBasic_ToolSingleParent;
116 friend class IGESBasic_ToolExternalRefFileIndex;
117 friend class IGESBasic_ToolOrderedGroup;
118 friend class IGESBasic_ToolOrderedGroupWithoutBackP;
119 friend class IGESBasic_ToolHierarchy;
120 friend class IGESBasic_ToolExternalReferenceFile;
121 friend class IGESBasic_ToolName;
122 friend class IGESBasic_ToolAssocGroupType;
123 friend class IGESBasic_ToolSingularSubfigure;
124 friend class IGESBasic_ToolExternalRefFileName;
125 friend class IGESBasic_ToolExternalRefFile;
126 friend class IGESBasic_ToolExternalRefName;
127 friend class IGESBasic_ToolExternalRefLibName;
128 friend class IGESBasic_Protocol;
129 friend class IGESBasic_ReadWriteModule;
130 friend class IGESBasic_GeneralModule;
131 friend class IGESBasic_SpecificModule;
132 friend class IGESBasic_HArray1OfHArray1OfInteger;
133 friend class IGESBasic_HArray1OfHArray1OfReal;
134 friend class IGESBasic_HArray1OfHArray1OfXY;
135 friend class IGESBasic_HArray1OfHArray1OfXYZ;
136 friend class IGESBasic_HArray1OfHArray1OfIGESEntity;
137
138 };
139
140
141
142
143
144
145
146 #endif // _IGESBasic_HeaderFile