Open CASCADE Technology
6.5.4
|
#include <QANCollection_DataMapOfRealPnt.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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) |
DEFINE_STANDARD_ALLOC QANCollection_DataMapOfRealPnt::QANCollection_DataMapOfRealPnt | ( | const Standard_Integer | NbBuckets = 1 | ) |
QANCollection_DataMapOfRealPnt& QANCollection_DataMapOfRealPnt::Assign | ( | const QANCollection_DataMapOfRealPnt & | Other | ) |
const gp_Pnt& QANCollection_DataMapOfRealPnt::Find | ( | 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 | ) |