1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00
Files
occt/src/BinMXCAFDoc/BinMXCAFDoc_DatumDriver.cdl
2012-03-05 19:23:40 +04:00

34 lines
1005 B
Plaintext
Executable File

-- File: BinMXCAFDoc_DatumDriver.cdl
-- Created: Wed Dec 10 13:02:14 2008
-- Author: Pavel TELKOV
-- <ptv@valenox>
---Copyright: Open CASCADE 2008
class DatumDriver from BinMXCAFDoc inherits ADriver from BinMDF
uses
MessageDriver from CDM,
SRelocationTable from BinObjMgt,
RRelocationTable from BinObjMgt,
Persistent from BinObjMgt,
Attribute from TDF
is
Create (theMsgDriver:MessageDriver from CDM)
returns mutable DatumDriver from BinMXCAFDoc;
NewEmpty (me) returns mutable Attribute from TDF
is redefined;
Paste(me; theSource : Persistent from BinObjMgt;
theTarget : mutable Attribute from TDF;
theRelocTable : out RRelocationTable from BinObjMgt)
returns Boolean from Standard is redefined;
Paste(me; theSource : Attribute from TDF;
theTarget : in out Persistent from BinObjMgt;
theRelocTable : out SRelocationTable from BinObjMgt)
is redefined;
end;