Salome HOME
This commit was generated by cvs2git to track changes on a CVS vendor
[modules/smesh.git] / src / SMDS / SMDS_MeshOrientedElementMapHasher.cdl
1 -- File:        SMDS_MeshOrientedElementMapHasher.cdl
2 -- Created:     Wed Jan 23 14:04:07 2002
3 -- Author:      Jean-Michel BOULCOURT
4 --              <jmb@coulox.paris1.matra-dtv.fr>
5 ---Copyright:    Matra Datavision 2002
6
7
8 class MeshOrientedElementMapHasher from SMDS 
9
10         ---Purpose: 
11
12 uses
13     MeshElement from SMDS
14
15
16 is
17     HashCode(myclass; ME: MeshElement from SMDS; Upper : Integer) returns Integer;
18         ---Purpose: Returns a HasCode value  for  the  Key <K>  in the
19         --          range 0..Upper.
20         --
21         ---C++: inline
22         
23     IsEqual(myclass; ME1, ME2 : MeshElement from SMDS) returns Boolean;
24         ---Purpose: Returns True  when the two  keys are the same. Two
25         --          same  keys  must   have  the  same  hashcode,  the
26         --          contrary is not necessary.
27         --          
28         ---C++: inline
29     
30
31 end MeshOrientedElementMapHasher;