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