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