Open CASCADE Technology
7.4.0
|
Provides symmetric hash methods pair of integers. More...
#include <MeshVS_SymmetricPairHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const MeshVS_NodePair &theNodePair, const Standard_Integer theUpperBound) |
Computes a hash code for the node pair, in the range [1, theUpperBound]. More... | |
static Standard_Boolean | IsEqual (const MeshVS_NodePair &thePair1, const MeshVS_NodePair &thePair2) |
Provides symmetric hash methods pair of integers.
|
inlinestatic |
Computes a hash code for the node pair, in the range [1, theUpperBound].
theNodePair | the node pair which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
inlinestatic |