mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-14 13:30:48 +03:00
Integration of OCCT 6.5.0 from SVN
This commit is contained in:
35
src/BinMDataStd/BinMDataStd_BooleanArrayDriver.cdl
Executable file
35
src/BinMDataStd/BinMDataStd_BooleanArrayDriver.cdl
Executable file
@@ -0,0 +1,35 @@
|
||||
-- File: BinMDataStd_BooleanArrayDriver.cdl
|
||||
-- Created: May 29 11:40:00 2007
|
||||
-- Author: Vlad Romashko
|
||||
-- <vladislav.romashko@opencascade.com>
|
||||
-- Copyright: Open CASCADE
|
||||
|
||||
class BooleanArrayDriver from BinMDataStd inherits ADriver from BinMDF
|
||||
|
||||
uses
|
||||
|
||||
MessageDriver from CDM,
|
||||
SRelocationTable from BinObjMgt,
|
||||
RRelocationTable from BinObjMgt,
|
||||
Persistent from BinObjMgt,
|
||||
Attribute from TDF
|
||||
|
||||
is
|
||||
Create (theMessageDriver:MessageDriver from CDM)
|
||||
returns mutable BooleanArrayDriver from BinMDataStd;
|
||||
|
||||
NewEmpty (me)
|
||||
returns mutable Attribute from TDF
|
||||
is redefined;
|
||||
|
||||
Paste(me; Source : Persistent from BinObjMgt;
|
||||
Target : mutable Attribute from TDF;
|
||||
RelocTable : out RRelocationTable from BinObjMgt)
|
||||
returns Boolean from Standard is redefined;
|
||||
|
||||
Paste(me; Source : Attribute from TDF;
|
||||
Target : in out Persistent from BinObjMgt;
|
||||
RelocTable : out SRelocationTable from BinObjMgt)
|
||||
is redefined;
|
||||
|
||||
end BooleanArrayDriver;
|
Reference in New Issue
Block a user