0024750: Replace instantiations of TCollection generic classes by NCollection templat...
[occt.git] / src / MAT2d / MAT2d.cdl
CommitLineData
b311480e 1-- Created on: 1993-07-06
2-- Created by: Yves FRICAUD
3-- Copyright (c) 1993-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--
d5f74e42 8-- This library is free software; you can redistribute it and/or modify it under
9-- the terms of the GNU Lesser General Public License version 2.1 as published
973c2be1 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 MAT2d
18
19 ---Purpose : Package of computation of Bisector locus on a
20 -- Set of geometrys from Geom2d.
21
22uses
c19dd45e 23 GeomAbs,
7fd59977 24 MMgt,
25 gp,
26 Geom2d,
27 TColStd,
28 TCollection,
29 TColgp,
30 TColGeom2d,
31 MAT,
32 Bisector
33
34is
35
36 deferred class SketchExplorer;
ff8178ef 37
7fd59977 38 class Tool2d;
7fd59977 39
47cbf134 40 class Mat2d;
7fd59977 41
42 class Connexion;
7fd59977 43
44 class MiniPath;
ff8178ef 45
7fd59977 46 class Circuit;
ff8178ef 47
7fd59977 48 class CutCurve;
7fd59977 49
df8d3970 50 imported SequenceOfConnexion;
7fd59977 51
df8d3970 52 imported DataMapOfIntegerSequenceOfConnexion;
53
54 imported DataMapIteratorOfDataMapOfIntegerSequenceOfConnexion;
7fd59977 55
df8d3970 56 imported Array2OfConnexion;
57
58
59 imported DataMapOfIntegerBisec;
7fd59977 60
61
df8d3970 62 imported DataMapIteratorOfDataMapOfIntegerBisec;
63
64 imported DataMapOfIntegerPnt2d;
7fd59977 65
df8d3970 66 imported DataMapIteratorOfDataMapOfIntegerPnt2d;
7fd59977 67
df8d3970 68 imported DataMapOfIntegerVec2d;
69
70 imported DataMapIteratorOfDataMapOfIntegerVec2d;
7fd59977 71
df8d3970 72 imported SequenceOfSequenceOfCurve;
7fd59977 73
df8d3970 74 imported SequenceOfSequenceOfGeometry;
75
76 imported DataMapOfIntegerConnexion;
7fd59977 77
df8d3970 78 imported DataMapIteratorOfDataMapOfIntegerConnexion;
7fd59977 79
80 class BiInt;
81
82 class MapBiIntHasher;
83
df8d3970 84 imported DataMapOfBiIntSequenceOfInteger;
85
86 imported DataMapIteratorOfDataMapOfBiIntSequenceOfInteger;
87
88 imported DataMapOfBiIntInteger;
7fd59977 89
df8d3970 90 imported DataMapIteratorOfDataMapOfBiIntInteger;
7fd59977 91end MAT2d;
92
93
94