Open CASCADE Technology
7.8.0.dev
|
#include <XCAFDoc_AssemblyItemId.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const XCAFDoc_AssemblyItemId &theAssemblyItemId, const Standard_Integer theUpperBound) |
Computes a hash code for the given value of the XCAFDoc_AssemblyItemId, in range [1, theUpperBound]. More... | |
static int | IsEqual (const XCAFDoc_AssemblyItemId &theItem1, const XCAFDoc_AssemblyItemId &theItem2) |
|
inlinestatic |
Computes a hash code for the given value of the XCAFDoc_AssemblyItemId, in range [1, theUpperBound].
theAssemblyItemId | the value of the XCAFDoc_AssemblyItemId type which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
|
inlinestatic |