blob: 320bc154061f50f438e6b3a8df85c5d28bd4f3da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
-- File: CGM.cdl
-- Created: Wed Jun 25 14:40:34 1997
-- Author: Laurent GARRIGA
-- Copyright: Matra Datavision 1994
package CGM
uses
Aspect,
PlotMgt,
TCollection,
Quantity,
TShort,
TColStd,
Standard,
TColQuantity
is
class Driver;
---Purpose: Creates the CGM driver.
---Category: Classes
end CGM;
|