9df6f60774de35c3227fdbf7dd73a43f1db46927
[occt.git] / src / HLRBRep / HLRBRep_EdgeIList.cdl
1 -- File:        HLRBRep_EdgeIList.cdl
2 -- Created:     Thu Apr 17 19:56:30 1997
3 -- Author:      Christophe MARION
4 --              <cma@partox.paris1.matra-dtv.fr>
5 ---Copyright:    Matra Datavision 1997
6
7 class EdgeIList from HLRBRep
8
9 uses
10     Orientation          from TopAbs,
11     Interference         from HLRAlgo,
12     InterferenceList     from HLRAlgo,
13     EdgeInterferenceTool from HLRBRep
14 is
15     AddInterference(myclass;
16                     IL : in out InterferenceList     from HLRAlgo;
17                     I  :        Interference         from HLRAlgo;
18                     T  :        EdgeInterferenceTool from HLRBRep);
19         ---Purpose: Add the interference <I> to the list <IL>.
20     
21     ProcessComplex(myclass;
22                    IL : in out InterferenceList     from HLRAlgo;
23                    T  :        EdgeInterferenceTool from HLRBRep);
24         ---Purpose: Process complex transitions on the list IL.
25     
26 end EdgeIList;