Salome HOME
Merge with OCC-V2_1_0_deb
[modules/geom.git] / src / GEOMAlgo / GEOMAlgo_PassKeyMapHasher.cdl
1 -- File:        GEOMAlgo_PassKeyMapHasher.cdl
2 -- Created:     
3 -- Author:      Peter KURNEV
4 --              <pkv@irinox>
5 ---Copyright:    
6
7
8 class PassKeyMapHasher from GEOMAlgo 
9
10         ---Purpose: 
11
12 uses 
13     PassKey from GEOMAlgo 
14
15 --raises
16
17 is 
18     HashCode(myclass;  
19             aPKey : PassKey from GEOMAlgo;  
20             Upper : Integer from Standard)  
21         returns Integer from Standard;
22         
23         
24     IsEqual(myclass;  
25             aPKey1 : PassKey from GEOMAlgo;  
26             aPKey2 : PassKey from GEOMAlgo)  
27         returns Boolean from Standard;
28
29 end PassKeyMapHasher;