mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-27 20:07:40 +08:00
26 lines
615 B
Plaintext
Executable File
26 lines
615 B
Plaintext
Executable File
-- File: BinMFunction.cdl
|
|
-- Created: Thu May 13 14:40:40 2004
|
|
-- Author: Sergey ZARITCHNY <szy@opencascade.com>
|
|
-- Copyright: Open CasCade S.A. 2004
|
|
|
|
package BinMFunction
|
|
|
|
---Purpose: Storage and Retrieval drivers for TFunction modelling attributes.
|
|
|
|
uses BinMDF,
|
|
BinObjMgt,
|
|
TDF,
|
|
TFunction,
|
|
CDM
|
|
|
|
is
|
|
class FunctionDriver;
|
|
class GraphNodeDriver;
|
|
class ScopeDriver;
|
|
|
|
AddDrivers (theDriverTable : ADriverTable from BinMDF;
|
|
aMsgDrv : MessageDriver from CDM);
|
|
---Purpose: Adds the attribute drivers to <theDriverTable>.
|
|
|
|
end BinMFunction;
|