summaryrefslogtreecommitdiff
path: root/src/Prs3d/Prs3d_Datum.cdl
blob: 916f843319947742cb55ed161fb8e9fc677db706 (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
28
29
30
31
32
33
34
35
36
-- File:	Prs3d_Point.cdl
-- Created:	Fri Apr 16 12:39:30 1993
-- Author:	Jean Louis FRENKEL
--		<jlf@phylox>
---Copyright:	 Matra Datavision 1993

generic class Datum from Prs3d 
    	    	(anyDatum as any; 
    	    	 DatumTool as any) -- as DatumTool from Prs3d;
		 
inherits Root from Prs3d

uses 
    Presentation from Prs3d,
    Drawer from Prs3d
is
    Add(myclass; aPresentation: Presentation from Prs3d; 
    	    	 aDatum: anyDatum;
    	    	 aDrawer: Drawer from Prs3d);
end Datum from Prs3d;