Open CASCADE Technology
6.9.1
|
#include <TDF_LabelIndexedMap.hxx>
Public Member Functions | |
TDF_LabelIndexedMap (const Standard_Integer NbBuckets=1) | |
TDF_LabelIndexedMap (const TDF_LabelIndexedMap &Other) | |
TDF_LabelIndexedMap & | Assign (const TDF_LabelIndexedMap &Other) |
TDF_LabelIndexedMap & | operator= (const TDF_LabelIndexedMap &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~TDF_LabelIndexedMap () | |
Standard_Integer | Add (const TDF_Label &K) |
void | Substitute (const Standard_Integer I, const TDF_Label &K) |
void | RemoveLast () |
Standard_Boolean | Contains (const TDF_Label &K) const |
const TDF_Label & | FindKey (const Standard_Integer I) const |
const TDF_Label & | operator() (const Standard_Integer I) const |
Standard_Integer | FindIndex (const TDF_Label &K) const |
Public Member Functions inherited from TCollection_BasicMap | |
Standard_Integer | NbBuckets () const |
Returns the number of buckets in <me>. More... | |
Standard_Integer | Extent () const |
Returns the number of keys already stored in <me>. More... | |
Standard_Boolean | IsEmpty () const |
Returns True when the map contains no keys. This is exactly Extent() == 0. More... | |
void | Statistics (Standard_OStream &S) const |
Prints on <S> usefull statistics about the map <me>. It can be used to test the quality of the hashcoding. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from TCollection_BasicMap | |
TCollection_BasicMap (const Standard_Integer NbBuckets, const Standard_Boolean single) | |
Initialize the map. Single is True when the map uses only one table of buckets. More... | |
Standard_Boolean | BeginResize (const Standard_Integer NbBuckets, Standard_Integer &NewBuckets, Standard_Address &data1, Standard_Address &data2) const |
Tries to resize the Map with NbBuckets. Returns True if possible, NewBuckts is the new nuber of buckets. data1 and data2 are the new tables of buckets where the data must be copied. More... | |
void | EndResize (const Standard_Integer NbBuckets, const Standard_Integer NewBuckets, const Standard_Address data1, const Standard_Address data2) |
If BeginResize was succesfull after copying the data to data1 and data2 this methods update the tables and destroys the old ones. More... | |
Standard_Boolean | Resizable () const |
Returns True if resizing the map should be considered. More... | |
void | Increment () |
Decrement the extent of the map. More... | |
void | Decrement () |
Decrement the extent of the map. More... | |
void | Destroy () |
Destroys the buckets. More... | |
Protected Attributes inherited from TCollection_BasicMap | |
Standard_Address | myData1 |
Standard_Address | myData2 |
TDF_LabelIndexedMap::TDF_LabelIndexedMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
TDF_LabelIndexedMap::TDF_LabelIndexedMap | ( | const TDF_LabelIndexedMap & | Other | ) |
|
inline |
Standard_Integer TDF_LabelIndexedMap::Add | ( | const TDF_Label & | K | ) |
TDF_LabelIndexedMap& TDF_LabelIndexedMap::Assign | ( | const TDF_LabelIndexedMap & | Other | ) |
void TDF_LabelIndexedMap::Clear | ( | ) |
Standard_Boolean TDF_LabelIndexedMap::Contains | ( | const TDF_Label & | K | ) | const |
Standard_Integer TDF_LabelIndexedMap::FindIndex | ( | const TDF_Label & | K | ) | const |
const TDF_Label& TDF_LabelIndexedMap::FindKey | ( | const Standard_Integer | I | ) | const |
|
inline |
|
inline |
void TDF_LabelIndexedMap::RemoveLast | ( | ) |
void TDF_LabelIndexedMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |
void TDF_LabelIndexedMap::Substitute | ( | const Standard_Integer | I, |
const TDF_Label & | K | ||
) |