0022627: Change OCCT memory management defaults
[occt.git] / src / RWStepDimTol / RWStepDimTol_RWCommonDatum.cdl
1 -- File:        RWStepDimTol_RWCommonDatum.cdl
2 -- Created:     Wed Jun  4 13:34:34 2003 
3 -- Author:      Galina KULIKOVA
4 -- Generator:   ExpToCas (EXPRESS -> CASCADE/XSTEP Translator) V1.2
5 -- Copyright:   Open CASCADE 2002
6
7 class RWCommonDatum from RWStepDimTol
8
9     ---Purpose: Read & Write tool for CommonDatum
10
11 uses
12     Check from Interface,
13     StepWriter from StepData,
14     StepReaderData from StepData,
15     EntityIterator from Interface,
16     CommonDatum from StepDimTol
17
18 is
19     Create returns RWCommonDatum from RWStepDimTol;
20         ---Purpose: Empty constructor
21
22     ReadStep (me; data: StepReaderData from StepData; num: Integer;
23                   ach : in out Check from Interface;
24                   ent : CommonDatum from StepDimTol);
25         ---Purpose: Reads CommonDatum
26
27     WriteStep (me; SW: in out StepWriter from StepData;
28                    ent: CommonDatum from StepDimTol);
29         ---Purpose: Writes CommonDatum
30
31     Share (me; ent : CommonDatum from StepDimTol;
32                iter: in out EntityIterator from Interface);
33         ---Purpose: Fills data for graph (shared items)
34
35 end RWCommonDatum;