0024428: Implementation of LGPL license
[occt.git] / src / TestTopOpeDraw / TestTopOpeDraw.cdl
CommitLineData
b311480e 1-- Created on: 1997-01-20
2-- Created by: Jean Yves LEBEY
3-- Copyright (c) 1997-1999 Matra Datavision
973c2be1 4-- Copyright (c) 1999-2014 OPEN CASCADE SAS
b311480e 5--
973c2be1 6-- This file is part of Open CASCADE Technology software library.
b311480e 7--
973c2be1 8-- This library is free software; you can redistribute it and / or modify it
9-- under the terms of the GNU Lesser General Public version 2.1 as published
10-- by the Free Software Foundation, with special exception defined in the file
11-- OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
12-- distribution for complete text of the license and disclaimer of any warranty.
b311480e 13--
973c2be1 14-- Alternatively, this file may be used under the terms of Open CASCADE
15-- commercial license or contractual agreement.
7fd59977 16
17package TestTopOpeDraw
18
19uses
20
21 TopoDS,
22 Draw,
23 DrawTrSurf,
24 DBRep,
25 TCollection,
26 Geom2d,
27 Geom,
28 gp,
29 TestTopOpeTools,
30 Standard,
31 TColgp
32
33is
34
35 class ListOfPnt2d instantiates List from TCollection(Pnt2d from gp);
36 class DrawableSHA;
37 class DrawableSUR;
38 class DrawableC3D;
39 class DrawableC2D;
40 class DrawableP3D;
41 class Array1OfDrawableP3D instantiates Array1 from TCollection
42 (DrawableP3D from TestTopOpeDraw);
43 class HArray1OfDrawableP3D instantiates HArray1 from TCollection
44 (DrawableP3D from TestTopOpeDraw,Array1OfDrawableP3D from TestTopOpeDraw);
45 class DrawableP2D;
46
47 class DrawableMesure;
48 class Array1OfDrawableMesure instantiates Array1 from TCollection
49 (DrawableMesure from TestTopOpeDraw);
50 class HArray1OfDrawableMesure instantiates HArray1 from TCollection
51 (DrawableMesure from TestTopOpeDraw,
52 Array1OfDrawableMesure from TestTopOpeDraw);
53
54 AllCommands(I : in out Interpretor from Draw);
55 OtherCommands(I : in out Interpretor from Draw);
56
57end TestTopOpeDraw;