0023022: This is desirable to access OpenGl extensions and core API (1.2+) in one...
[occt.git] / src / RWStepShape / RWStepShape_RWTypeQualifier.cdl
CommitLineData
7fd59977 1-- File: TypeQualifier.cdl
2-- Created: Mon Dec 4 12:02:23 1995
3-- Author: EXPRESS->CDL V0.2 Translator
4-- Copyright: Matra-Datavision 1993
5
6
7
8
9class RWTypeQualifier from RWStepShape
10
11 ---Purpose : Read & Write Module for TypeQualifier
12
13uses Check from Interface,
14 StepReaderData from StepData,
15 StepWriter from StepData,
16 TypeQualifier from StepShape
17
18is
19
20 Create returns RWTypeQualifier;
21
22 ReadStep (me; data : StepReaderData; num : Integer;
23 ach : in out Check; ent : mutable TypeQualifier from StepShape);
24
25 WriteStep (me; SW : in out StepWriter; ent : TypeQualifier from StepShape);
26
27end RWTypeQualifier;