Open CASCADE Technology
7.2.0
|
Hasher of Quantity_Color. More...
#include <Quantity_ColorHasher.hxx>
Static Public Member Functions | |
static Standard_Integer | HashCode (const Quantity_Color &theColor, const Standard_Integer theUpper) |
Returns hash code for the given color. More... | |
static Standard_Boolean | IsEqual (const Quantity_Color &theColor1, const Quantity_Color &theColor2) |
Returns true if two colors are equal. More... | |
Static Protected Member Functions | |
static void | updateHash (Standard_Integer &theHash, const Standard_Integer theValue) |
Hasher of Quantity_Color.
|
inlinestatic |
Returns hash code for the given color.
|
inlinestatic |
Returns true if two colors are equal.
|
inlinestaticprotected |