Integration of OCCT 6.5.0 from SVN
[occt.git] / src / RWHeaderSection / RWHeaderSection_RWFileDescription.cdl
1 -- File:        FileDescription.cdl
2 -- Created:     Thu Jun 16 18:05:55 1994
3 -- Author:      EXPRESS->CDL V0.2 Translator
4 -- Copyright:   Matra-Datavision 1993
5
6
7
8
9 class RWFileDescription from RWHeaderSection
10
11         ---Purpose : Read & Write Module for FileDescription
12
13 uses Check from Interface,
14      StepReaderData from StepData,
15      StepWriter from StepData,
16      FileDescription from HeaderSection
17
18 is
19
20         Create returns RWFileDescription;
21
22         ReadStep (me; data : StepReaderData; num : Integer;
23                       ach : in out Check; ent : mutable FileDescription from HeaderSection);
24
25         WriteStep (me; SW : in out StepWriter; ent : FileDescription from HeaderSection);
26
27 end RWFileDescription;