Open CASCADE Technology 6.6.0
|
#include <MeshVS_DataMapOfIntegerColor.hxx>
Public Member Functions | |
MeshVS_DataMapOfIntegerColor (const Standard_Integer NbBuckets=1) | |
MeshVS_DataMapOfIntegerColor & | Assign (const MeshVS_DataMapOfIntegerColor &Other) |
MeshVS_DataMapOfIntegerColor & | operator= (const MeshVS_DataMapOfIntegerColor &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~MeshVS_DataMapOfIntegerColor () | |
Standard_Boolean | Bind (const Standard_Integer &K, const Quantity_Color &I) |
Standard_Boolean | IsBound (const Standard_Integer &K) const |
Standard_Boolean | UnBind (const Standard_Integer &K) |
const Quantity_Color & | Find (const Standard_Integer &K) const |
const Quantity_Color & | operator() (const Standard_Integer &K) const |
Quantity_Color & | ChangeFind (const Standard_Integer &K) |
Quantity_Color & | operator() (const Standard_Integer &K) |
Standard_Address | Find1 (const Standard_Integer &K) const |
Standard_Address | ChangeFind1 (const Standard_Integer &K) |
MeshVS_DataMapOfIntegerColor::MeshVS_DataMapOfIntegerColor | ( | const Standard_Integer | NbBuckets = 1 | ) |
MeshVS_DataMapOfIntegerColor::~MeshVS_DataMapOfIntegerColor | ( | ) | [inline] |
MeshVS_DataMapOfIntegerColor& MeshVS_DataMapOfIntegerColor::Assign | ( | const MeshVS_DataMapOfIntegerColor & | Other | ) |
Standard_Boolean MeshVS_DataMapOfIntegerColor::Bind | ( | const Standard_Integer & | K, |
const Quantity_Color & | I | ||
) |
Quantity_Color& MeshVS_DataMapOfIntegerColor::ChangeFind | ( | const Standard_Integer & | K | ) |
Standard_Address MeshVS_DataMapOfIntegerColor::ChangeFind1 | ( | const Standard_Integer & | K | ) |
void MeshVS_DataMapOfIntegerColor::Clear | ( | ) |
const Quantity_Color& MeshVS_DataMapOfIntegerColor::Find | ( | const Standard_Integer & | K | ) | const |
Standard_Address MeshVS_DataMapOfIntegerColor::Find1 | ( | const Standard_Integer & | K | ) | const |
Standard_Boolean MeshVS_DataMapOfIntegerColor::IsBound | ( | const Standard_Integer & | K | ) | const |
const Quantity_Color& MeshVS_DataMapOfIntegerColor::operator() | ( | const Standard_Integer & | K | ) | const [inline] |
Quantity_Color& MeshVS_DataMapOfIntegerColor::operator() | ( | const Standard_Integer & | K | ) | [inline] |
MeshVS_DataMapOfIntegerColor& MeshVS_DataMapOfIntegerColor::operator= | ( | const MeshVS_DataMapOfIntegerColor & | Other | ) | [inline] |
void MeshVS_DataMapOfIntegerColor::ReSize | ( | const Standard_Integer | NbBuckets | ) |
Standard_Boolean MeshVS_DataMapOfIntegerColor::UnBind | ( | const Standard_Integer & | K | ) |