mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-30 07:21:44 +08:00
28 lines
686 B
Plaintext
Executable File
28 lines
686 B
Plaintext
Executable File
-- File: FileDescription.cdl
|
|
-- Created: Thu Jun 16 18:05:55 1994
|
|
-- Author: EXPRESS->CDL V0.2 Translator
|
|
-- Copyright: Matra-Datavision 1993
|
|
|
|
|
|
|
|
|
|
class RWFileDescription from RWHeaderSection
|
|
|
|
---Purpose : Read & Write Module for FileDescription
|
|
|
|
uses Check from Interface,
|
|
StepReaderData from StepData,
|
|
StepWriter from StepData,
|
|
FileDescription from HeaderSection
|
|
|
|
is
|
|
|
|
Create returns RWFileDescription;
|
|
|
|
ReadStep (me; data : StepReaderData; num : Integer;
|
|
ach : in out Check; ent : mutable FileDescription from HeaderSection);
|
|
|
|
WriteStep (me; SW : in out StepWriter; ent : FileDescription from HeaderSection);
|
|
|
|
end RWFileDescription;
|