Update testing case for issue 0024499
[occt.git] / src / IntPoly / IntPoly.cdl
CommitLineData
b311480e 1-- Created on: 1995-07-17
2-- Created by: Stagiaire Alain JOURDAIN
3-- Copyright (c) 1995-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 IntPoly
18
19 ---Purpose:
20
21
22uses Standard,
23 TCollection,
24 gp,
25 TColStd,
26 TColgp,
27 TopoDS,
28 TopAbs,
29 TopExp,
30 TopLoc,
31 Poly
32
33is class SequenceOfSequenceOfPnt2d
34 instantiates Sequence from TCollection (SequenceOfPnt2d from TColgp);
35
36 class Pnt2dHasher;
37
38 class IndexedMapOfPnt2d
39 instantiates IndexedMap from TCollection (Pnt2d from gp,
40 Pnt2dHasher from IntPoly);
41
42 class PlaneSection;
43
44 class SequenceOfSequenceOfPnt
45 instantiates Sequence from TCollection (SequenceOfPnt from TColgp);
46
47 class PntHasher;
48
49 class IndexedMapOfPnt
50 instantiates IndexedMap from TCollection (Pnt from gp,
51 PntHasher from IntPoly);
52
53 class ShapeSection;
54
55
56end IntPoly;
57
58
59
60
61
62
63
64
65
66
67
68