blob: c81956e2b06f848f9c9f2272a69cfdf1b177cb12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
-- File: BinMPrsStd.cdl
-- Created: Mon May 17 10:10:30 2004
-- Author: Sergey ZARITCHNY <szy@opencascade.com>
-- Copyright: Open CasCade S.A. 2004
package BinMPrsStd
---Purpose:
uses
BinObjMgt,
TDF,
BinMDF,
CDM
is
---Purpose: Storage-Retrieval drivers for graphic attributes from
-- TPrsStd
class AISPresentationDriver;
class PositionDriver;
AddDrivers(theDriverTable : ADriverTable from BinMDF;
theMessageDriver : MessageDriver from CDM);
---Purpose: Adds the attribute storage-retrieval driver to <theDriverTable>.
end BinMPrsStd;
|