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