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