summaryrefslogtreecommitdiff
path: root/src/IntPoly/IntPoly.cdl
blob: e3454f871fc9c7d1ad23fec02ffbe4febdf684cc (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
-- File:	IntPoly.cdl
-- Created:	Mon Jul 17 10:25:09 1995
-- Author:	Stagiaire Alain JOURDAIN
--		<ajo@phobox>
---Copyright:	 Matra Datavision 1995


package IntPoly

    	  ---Purpose:


uses    Standard,
    	TCollection,
    	gp,
        TColStd,
	TColgp,
    	TopoDS,
    	TopAbs,
    	TopExp,
        TopLoc,
	Poly
	
is   class SequenceOfSequenceOfPnt2d
    	instantiates Sequence from TCollection (SequenceOfPnt2d from TColgp);

     class Pnt2dHasher;

     class IndexedMapOfPnt2d
     	instantiates IndexedMap from TCollection (Pnt2d       from gp,
                                                  Pnt2dHasher from IntPoly);
        
     class PlaneSection;
     
     class SequenceOfSequenceOfPnt
    	instantiates Sequence from TCollection (SequenceOfPnt from TColgp);

     class PntHasher;

     class IndexedMapOfPnt
     	instantiates IndexedMap from TCollection (Pnt       from gp,
                                                  PntHasher from IntPoly);
        
     class ShapeSection;


end IntPoly;