Open CASCADE Technology
7.7.0
|
#include <BOPDS_PaveMapHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const BOPDS_Pave &thePave, Standard_Integer theUpperBound) |
Computes a hash code for the given pave, in the range [1, theUpperBound]. More... | |
static Standard_Boolean | IsEqual (const BOPDS_Pave &aPave1, const BOPDS_Pave &aPave2) |
|
static |
Computes a hash code for the given pave, in the range [1, theUpperBound].
thePave | the pave which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
static |