Open CASCADE Technology
7.5.0
|
#include <StepToTopoDS_PointPairHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const StepToTopoDS_PointPair &thePointPair, Standard_Integer theUpperBound) |
Computes a hash code for the point pair, in the range [1, theUpperBound]. More... | |
static Standard_Boolean | IsEqual (const StepToTopoDS_PointPair &K1, const StepToTopoDS_PointPair &K2) |
Returns True when the two PointPair are the same. More... | |
|
static |
Computes a hash code for the point pair, in the range [1, theUpperBound].
thePointPair | the point pair which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
static |
Returns True when the two PointPair are the same.