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