Integration of OCCT 6.5.0 from SVN
[occt.git] / src / RWStepVisual / RWStepVisual_RWPresentationView.cdl
1 -- File:        PresentationView.cdl
2 -- Created:     Mon Dec  4 12:02:29 1995
3 -- Author:      EXPRESS->CDL V0.2 Translator
4 -- Copyright:   Matra-Datavision 1993
5
6
7
8
9 class RWPresentationView from RWStepVisual
10
11         ---Purpose : Read & Write Module for PresentationView
12
13 uses Check from Interface,
14      StepReaderData from StepData,
15      StepWriter from StepData,
16      PresentationView from StepVisual,
17      EntityIterator from Interface
18
19 is
20
21         Create returns RWPresentationView;
22
23         ReadStep (me; data : StepReaderData; num : Integer;
24                       ach : in out Check; ent : mutable PresentationView from StepVisual);
25
26         WriteStep (me; SW : in out StepWriter; ent : PresentationView from StepVisual);
27
28         Share(me; ent : PresentationView from StepVisual; iter : in out EntityIterator);
29
30 end RWPresentationView;