mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-28 13:40:49 +05:00
30 lines
529 B
Plaintext
30 lines
529 B
Plaintext
![]() |
-- File: GEOMAlgo_PassKeyMapHasher.cdl
|
||
|
-- Created:
|
||
|
-- Author: Peter KURNEV
|
||
|
-- <pkv@irinox>
|
||
|
---Copyright:
|
||
|
|
||
|
|
||
|
class PassKeyMapHasher from GEOMAlgo
|
||
|
|
||
|
---Purpose:
|
||
|
|
||
|
uses
|
||
|
PassKey from GEOMAlgo
|
||
|
|
||
|
--raises
|
||
|
|
||
|
is
|
||
|
HashCode(myclass;
|
||
|
aPKey : PassKey from GEOMAlgo;
|
||
|
Upper : Integer from Standard)
|
||
|
returns Integer from Standard;
|
||
|
|
||
|
|
||
|
IsEqual(myclass;
|
||
|
aPKey1 : PassKey from GEOMAlgo;
|
||
|
aPKey2 : PassKey from GEOMAlgo)
|
||
|
returns Boolean from Standard;
|
||
|
|
||
|
end PassKeyMapHasher;
|