summaryrefslogtreecommitdiff
path: root/inc/ShapeSchema.hxx
blob: 31804ea1fd6a4f6c632459bfd9a398ef832695e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
#ifndef _Storage_Schema_HeaderFile
#include <Storage_Schema.hxx>
#endif
#ifndef _Storage_BaseDriver_HeaderFile
#include <Storage_BaseDriver.hxx>
#endif
#ifndef _Storage_CallBack_HeaderFile
#include <Storage_CallBack.hxx>
#endif
#ifndef _Storage_Macros_HeaderFile
#include <Storage_Macros.hxx>
#endif
class Handle(ObjMgt_ExternShareable);
class Handle(ObjMgt_ExternRef);
class Handle(ObjMgt_PSeqOfExtRef);
class Handle(ObjMgt_SeqNodeOfPSeqOfExtRef);
class Handle(PTopLoc_Datum3D);
class Handle(PTopLoc_ItemLocation);
class PTopLoc_Location;
class Handle(PColgp_HArray1OfCirc2d);
class PColgp_FieldOfHArray1OfCirc2d;
class Handle(PColgp_HArray1OfDir2d);
class PColgp_FieldOfHArray1OfDir2d;
class Handle(PColgp_HArray1OfLin2d);
class PColgp_FieldOfHArray1OfLin2d;
class Handle(PColgp_HArray1OfPnt2d);
class PColgp_FieldOfHArray1OfPnt2d;
class Handle(PColgp_HArray1OfVec2d);
class PColgp_FieldOfHArray1OfVec2d;
class Handle(PColgp_HArray1OfXY);
class PColgp_FieldOfHArray1OfXY;
class Handle(PColgp_HArray1OfDir);
class PColgp_FieldOfHArray1OfDir;
class Handle(PColgp_HArray1OfPnt);
class PColgp_FieldOfHArray1OfPnt;
class Handle(PColgp_HArray1OfVec);
class PColgp_FieldOfHArray1OfVec;
class Handle(PColgp_HArray1OfXYZ);
class PColgp_FieldOfHArray1OfXYZ;
class Handle(PColgp_HArray2OfCirc2d);
class PColgp_FieldOfHArray2OfCirc2d;
class Handle(PColgp_HArray2OfDir2d);
class PColgp_FieldOfHArray2OfDir2d;
class Handle(PColgp_HArray2OfLin2d);
class PColgp_FieldOfHArray2OfLin2d;
class Handle(PColgp_HArray2OfPnt2d);
class PColgp_FieldOfHArray2OfPnt2d;
class Handle(PColgp_HArray2OfVec2d);
class PColgp_FieldOfHArray2OfVec2d;
class Handle(PColgp_HArray2OfXY);
class PColgp_FieldOfHArray2OfXY;
class Handle(PColgp_HArray2OfDir);
class PColgp_FieldOfHArray2OfDir;
class Handle(PColgp_HArray2OfPnt);
class PColgp_FieldOfHArray2OfPnt;
class Handle(PColgp_HArray2OfVec);
class PColgp_FieldOfHArray2OfVec;
class Handle(PColgp_HArray2OfXYZ);
class PColgp_FieldOfHArray2OfXYZ;
class Handle(PColgp_HSequenceOfDir);
class Handle(PColgp_SeqNodeOfHSequenceOfDir);
class Handle(PColgp_HSequenceOfPnt);
class Handle(PColgp_SeqNodeOfHSequenceOfPnt);
class Handle(PColgp_HSequenceOfVec);
class Handle(PColgp_SeqNodeOfHSequenceOfVec);
class Handle(PColgp_HSequenceOfXYZ);
class Handle(PColgp_SeqNodeOfHSequenceOfXYZ);
class Handle(PGeom2d_Transformation);
class Handle(PGeom2d_Geometry);
class Handle(PGeom2d_Point);
class Handle(PGeom2d_CartesianPoint);
class Handle(PGeom2d_Vector);
class Handle(PGeom2d_Direction);
class Handle(PGeom2d_VectorWithMagnitude);
class Handle(PGeom2d_AxisPlacement);
class Handle(PGeom2d_Curve);
class Handle(PGeom2d_Line);
class Handle(PGeom2d_Conic);
class Handle(PGeom2d_Circle);
class Handle(PGeom2d_Ellipse);
class Handle(PGeom2d_Hyperbola);
class Handle(PGeom2d_Parabola);
class Handle(PGeom2d_BoundedCurve);
class Handle(PGeom2d_BezierCurve);
class Handle(PGeom2d_BSplineCurve);
class Handle(PGeom2d_TrimmedCurve);
class Handle(PGeom2d_OffsetCurve);
class Handle(PGeom_Transformation);
class Handle(PGeom_Geometry);
class Handle(PGeom_Point);
class Handle(PGeom_CartesianPoint);
class Handle(PGeom_Vector);
class Handle(PGeom_Direction);
class Handle(PGeom_VectorWithMagnitude);
class Handle(PGeom_AxisPlacement);
class Handle(PGeom_Axis1Placement);
class Handle(PGeom_Axis2Placement);
class Handle(PGeom_Curve);
class Handle(PGeom_Line);
class Handle(PGeom_Conic);
class Handle(PGeom_Circle);
class Handle(PGeom_Ellipse);
class Handle(PGeom_Hyperbola);
class Handle(PGeom_Parabola);
class Handle(PGeom_BoundedCurve);
class Handle(PGeom_BezierCurve);
class Handle(PGeom_BSplineCurve);
class Handle(PGeom_TrimmedCurve);
class Handle(PGeom_OffsetCurve);
class Handle(PGeom_Surface);
class Handle(PGeom_ElementarySurface);
class Handle(PGeom_Plane);
class Handle(PGeom_ConicalSurface);
class Handle(PGeom_CylindricalSurface);
class Handle(PGeom_SphericalSurface);
class Handle(PGeom_ToroidalSurface);
class Handle(PGeom_SweptSurface);
class Handle(PGeom_SurfaceOfLinearExtrusion);
class Handle(PGeom_SurfaceOfRevolution);
class Handle(PGeom_BoundedSurface);
class Handle(PGeom_BezierSurface);
class Handle(PGeom_BSplineSurface);
class Handle(PGeom_RectangularTrimmedSurface);
class Handle(PGeom_OffsetSurface);
class Handle(PColPGeom_HArray1OfCurve);
class PColPGeom_FieldOfHArray1OfCurve;
class Handle(PColPGeom_HArray1OfBoundedCurve);
class PColPGeom_FieldOfHArray1OfBoundedCurve;
class Handle(PColPGeom_HArray1OfBezierCurve);
class PColPGeom_FieldOfHArray1OfBezierCurve;
class Handle(PColPGeom_HArray1OfBSplineCurve);
class PColPGeom_FieldOfHArray1OfBSplineCurve;
class Handle(PColPGeom_HArray1OfSurface);
class PColPGeom_FieldOfHArray1OfSurface;
class Handle(PColPGeom_HArray1OfBoundedSurface);
class PColPGeom_FieldOfHArray1OfBoundedSurface;
class Handle(PColPGeom_HArray2OfSurface);
class PColPGeom_FieldOfHArray2OfSurface;
class Handle(PColPGeom_HArray2OfBoundedSurface);
class PColPGeom_FieldOfHArray2OfBoundedSurface;
class Handle(PColPGeom_HArray2OfBezierSurface);
class PColPGeom_FieldOfHArray2OfBezierSurface;
class Handle(PColPGeom_HArray2OfBSplineSurface);
class PColPGeom_FieldOfHArray2OfBSplineSurface;
class Handle(PColPGeom2d_HArray1OfCurve);
class PColPGeom2d_FieldOfHArray1OfCurve;
class Handle(PColPGeom2d_HArray1OfBoundedCurve);
class PColPGeom2d_FieldOfHArray1OfBoundedCurve;
class Handle(PColPGeom2d_HArray1OfBezierCurve);
class PColPGeom2d_FieldOfHArray1OfBezierCurve;
class Handle(PColPGeom2d_HArray1OfBSplineCurve);
class PColPGeom2d_FieldOfHArray1OfBSplineCurve;
class PPoly_Triangle;
class Handle(PPoly_Triangulation);
class Handle(PPoly_Polygon3D);
class Handle(PPoly_Polygon2D);
class Handle(PPoly_PolygonOnTriangulation);
class Handle(PPoly_HArray1OfTriangle);
class PPoly_FieldOfHArray1OfTriangle;
class Handle(PTopoDS_HShape);
class Handle(PTopoDS_TShape);
class Handle(PTopoDS_TVertex);
class Handle(PTopoDS_Vertex);
class Handle(PTopoDS_TEdge);
class Handle(PTopoDS_Edge);
class Handle(PTopoDS_TWire);
class Handle(PTopoDS_Wire);
class Handle(PTopoDS_TFace);
class Handle(PTopoDS_Face);
class Handle(PTopoDS_TShell);
class Handle(PTopoDS_Shell);
class Handle(PTopoDS_TSolid);
class Handle(PTopoDS_Solid);
class Handle(PTopoDS_TCompSolid);
class Handle(PTopoDS_CompSolid);
class Handle(PTopoDS_TCompound);
class Handle(PTopoDS_Compound);
class Handle(PTopoDS_HArray1OfHShape);
class PTopoDS_FieldOfHArray1OfHShape;
class PTopoDS_Shape1;
class Handle(PTopoDS_TShape1);
class Handle(PTopoDS_TVertex1);
class Handle(PTopoDS_TEdge1);
class Handle(PTopoDS_TWire1);
class Handle(PTopoDS_TFace1);
class Handle(PTopoDS_TShell1);
class Handle(PTopoDS_TSolid1);
class Handle(PTopoDS_TCompSolid1);
class Handle(PTopoDS_TCompound1);
class Handle(PTopoDS_HArray1OfShape1);
class PTopoDS_FieldOfHArray1OfShape1;
class Handle(PBRep_CurveRepresentation);
class Handle(PBRep_GCurve);
class Handle(PBRep_Curve3D);
class Handle(PBRep_CurveOnSurface);
class Handle(PBRep_CurveOnClosedSurface);
class Handle(PBRep_Polygon3D);
class Handle(PBRep_PolygonOnTriangulation);
class Handle(PBRep_PolygonOnClosedTriangulation);
class Handle(PBRep_PolygonOnSurface);
class Handle(PBRep_PolygonOnClosedSurface);
class Handle(PBRep_CurveOn2Surfaces);
class Handle(PBRep_PointRepresentation);
class Handle(PBRep_PointOnCurve);
class Handle(PBRep_PointsOnSurface);
class Handle(PBRep_PointOnCurveOnSurface);
class Handle(PBRep_PointOnSurface);
class Handle(PBRep_TFace);
class Handle(PBRep_TEdge);
class Handle(PBRep_TVertex);
class Handle(PBRep_TFace1);
class Handle(PBRep_TEdge1);
class Handle(PBRep_TVertex1);
class Handle(PCDMShape_Document);
class Handle(Standard_Persistent);
class Standard_Storable;
class Handle(PCollection_HAsciiString);
class Handle(PMMgt_PManaged);
class gp_Trsf;
class gp_Circ2d;
class gp_Dir2d;
class gp_Lin2d;
class gp_Pnt2d;
class gp_Vec2d;
class gp_XY;
class gp_Dir;
class gp_Pnt;
class gp_Vec;
class gp_XYZ;
class gp_Trsf2d;
class gp_Ax2d;
class gp_Ax22d;
class Handle(PColStd_HArray1OfReal);
class Handle(PColStd_HArray1OfInteger);
class gp_Ax1;
class gp_Ax2;
class gp_Ax3;
class Handle(PColStd_HArray2OfReal);
class Handle(PCDM_Document);
class DBC_VArrayOfCharacter;
class Handle(PCollection_HExtendedString);
class gp_Mat;
class gp_Mat2d;
class PColStd_FieldOfHArray1OfReal;
class PColStd_FieldOfHArray1OfInteger;
class PColStd_FieldOfHArray2OfReal;
class DBC_VArrayOfExtCharacter;
// This file is generated by WOK (CSFDBSchema).
// Please do not edit this file; modify original file instead.
// The copyright and license terms as defined for the original file apply to 
// this header file considered to be the "object code" form of the original source.

#ifndef _ShapeSchema_HeaderFile
#define _ShapeSchema_HeaderFile

#ifndef _Standard_Macro_HeaderFile
#include <Standard_Macro.hxx>
#endif
#ifndef _Storage_Macros_HeaderFile
#include <Storage_Macros.hxx>
#endif
#ifndef _Storage_stCONSTclCOM_HeaderFile
#include <Storage_stCONSTclCOM.hxx>
#endif
#ifndef _Storage_Schema_HeaderFile
#include <Storage_Schema.hxx>
#endif
#ifndef _Storage_CallBack_HeaderFile
#include <Storage_CallBack.hxx>
#endif
#ifndef _Storage_BaseDriver_HeaderFile
#include <Storage_BaseDriver.hxx>
#endif

DEFINE_STANDARD_HANDLE(ShapeSchema,Storage_Schema)


class ShapeSchema : public Storage_Schema {
public:

  Storage_DECLARE_SCHEMA_METHODS(ShapeSchema)

  DEFINE_STANDARD_RTTI(ShapeSchema)
};

#endif