Open CASCADE Technology
7.5.0
|
#include <BOPTools_SetMapHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const BOPTools_Set &theSet, Standard_Integer theUpperBound) |
Computes a hash code for the given set, in the range [1, theUpperBound]. More... | |
static Standard_Boolean | IsEqual (const BOPTools_Set &aSet1, const BOPTools_Set &aSet2) |
|
static |
Computes a hash code for the given set, in the range [1, theUpperBound].
theSet | the set which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
static |