Open CASCADE Technology
7.6.0
|
#include <Quantity_Color.hxx>
Data Structures | |
struct | MeshVS_TwoColors |
Functions | |
Standard_Integer | HashCode (const MeshVS_TwoColors &theKey, Standard_Integer theUpperBound) |
Computes a hash code for the key, in the range [1, theUpperBound]. More... | |
Standard_Boolean | IsEqual (const MeshVS_TwoColors &K1, const MeshVS_TwoColors &K2) |
Standard_Boolean | operator== (const MeshVS_TwoColors &K1, const MeshVS_TwoColors &K2) |
MeshVS_TwoColors | BindTwoColors (const Quantity_Color &, const Quantity_Color &) |
Quantity_Color | ExtractColor (MeshVS_TwoColors &, const Standard_Integer) |
void | ExtractColors (MeshVS_TwoColors &, Quantity_Color &, Quantity_Color &) |
MeshVS_TwoColors BindTwoColors | ( | const Quantity_Color & | , |
const Quantity_Color & | |||
) |
Quantity_Color ExtractColor | ( | MeshVS_TwoColors & | , |
const | Standard_Integer | ||
) |
void ExtractColors | ( | MeshVS_TwoColors & | , |
Quantity_Color & | , | ||
Quantity_Color & | |||
) |
Standard_Integer HashCode | ( | const MeshVS_TwoColors & | theKey, |
Standard_Integer | theUpperBound | ||
) |
Computes a hash code for the key, in the range [1, theUpperBound].
theKey | the key which hash code is to be computed |
theUpperBound | the upper bound of the range a computing hash code must be within |
Standard_Boolean IsEqual | ( | const MeshVS_TwoColors & | K1, |
const MeshVS_TwoColors & | K2 | ||
) |
Standard_Boolean operator== | ( | const MeshVS_TwoColors & | K1, |
const MeshVS_TwoColors & | K2 | ||
) |