0022627: Change OCCT memory management defaults
[occt.git] / src / IntPoly / IntPoly.cdl
... / ...
CommitLineData
1-- File: IntPoly.cdl
2-- Created: Mon Jul 17 10:25:09 1995
3-- Author: Stagiaire Alain JOURDAIN
4-- <ajo@phobox>
5---Copyright: Matra Datavision 1995
6
7
8package IntPoly
9
10 ---Purpose:
11
12
13uses Standard,
14 TCollection,
15 gp,
16 TColStd,
17 TColgp,
18 TopoDS,
19 TopAbs,
20 TopExp,
21 TopLoc,
22 Poly
23
24is class SequenceOfSequenceOfPnt2d
25 instantiates Sequence from TCollection (SequenceOfPnt2d from TColgp);
26
27 class Pnt2dHasher;
28
29 class IndexedMapOfPnt2d
30 instantiates IndexedMap from TCollection (Pnt2d from gp,
31 Pnt2dHasher from IntPoly);
32
33 class PlaneSection;
34
35 class SequenceOfSequenceOfPnt
36 instantiates Sequence from TCollection (SequenceOfPnt from TColgp);
37
38 class PntHasher;
39
40 class IndexedMapOfPnt
41 instantiates IndexedMap from TCollection (Pnt from gp,
42 PntHasher from IntPoly);
43
44 class ShapeSection;
45
46
47end IntPoly;
48
49
50
51
52
53
54
55
56
57
58
59