Files
OCCT/src/BinMFunction/BinMFunction.cdl
2012-03-05 19:23:40 +04:00

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;