|
Open CASCADE Technology
7.7.2
|
#include <StepToTopoDS_CartesianPointHasher.hxx>
Static Public Member Functions | |
| static Standard_Integer | HashCode (const Handle< StepGeom_CartesianPoint > &theCartesianPoint, Standard_Integer theUpperBound) |
| Computes a hash code for the cartesian point, in the range [1, theUpperBound]. More... | |
| static Standard_Boolean | IsEqual (const Handle< StepGeom_CartesianPoint > &K1, const Handle< StepGeom_CartesianPoint > &K2) |
| Returns True when the two CartesianPoint are the same. More... | |
|
static |
Computes a hash code for the cartesian point, in the range [1, theUpperBound].
| theCartesianPoint | the cartesian point 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 CartesianPoint are the same.
1.8.10