Open CASCADE Technology
7.5.0
|
#include <IntPolyh_CoupleMapHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const IntPolyh_Couple &theCouple, const Standard_Integer theUpperBound) |
Computes a hash code for the given couple, in the range [1, theUpperBound]. More... | |
static Standard_Boolean | IsEqual (const IntPolyh_Couple &theCouple1, const IntPolyh_Couple &theCouple2) |
|
inlinestatic |
Computes a hash code for the given couple, in the range [1, theUpperBound].
theCouple | the couple which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
inlinestatic |