|
Open CASCADE Technology 6.5.2
|
#include <MAT2d_DataMapOfIntegerVec2d.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| MAT2d_DataMapOfIntegerVec2d (const Standard_Integer NbBuckets=1) | |
| MAT2d_DataMapOfIntegerVec2d & | Assign (const MAT2d_DataMapOfIntegerVec2d &Other) |
| MAT2d_DataMapOfIntegerVec2d & | operator= (const MAT2d_DataMapOfIntegerVec2d &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~MAT2d_DataMapOfIntegerVec2d () | |
| Standard_Boolean | Bind (const Standard_Integer &K, const gp_Vec2d &I) |
| Standard_Boolean | IsBound (const Standard_Integer &K) const |
| Standard_Boolean | UnBind (const Standard_Integer &K) |
| const gp_Vec2d & | Find (const Standard_Integer &K) const |
| const gp_Vec2d & | operator() (const Standard_Integer &K) const |
| gp_Vec2d & | ChangeFind (const Standard_Integer &K) |
| gp_Vec2d & | operator() (const Standard_Integer &K) |
| Standard_Address | Find1 (const Standard_Integer &K) const |
| Standard_Address | ChangeFind1 (const Standard_Integer &K) |
| MAT2d_DataMapOfIntegerVec2d::MAT2d_DataMapOfIntegerVec2d | ( | const Standard_Integer | NbBuckets = 1 | ) |
| MAT2d_DataMapOfIntegerVec2d::~MAT2d_DataMapOfIntegerVec2d | ( | ) | [inline] |
| MAT2d_DataMapOfIntegerVec2d& MAT2d_DataMapOfIntegerVec2d::Assign | ( | const MAT2d_DataMapOfIntegerVec2d & | Other | ) |
| Standard_Boolean MAT2d_DataMapOfIntegerVec2d::Bind | ( | const Standard_Integer & | K, |
| const gp_Vec2d & | I | ||
| ) |
| gp_Vec2d& MAT2d_DataMapOfIntegerVec2d::ChangeFind | ( | const Standard_Integer & | K | ) |
| Standard_Address MAT2d_DataMapOfIntegerVec2d::ChangeFind1 | ( | const Standard_Integer & | K | ) |
| void MAT2d_DataMapOfIntegerVec2d::Clear | ( | ) |
| const gp_Vec2d& MAT2d_DataMapOfIntegerVec2d::Find | ( | const Standard_Integer & | K | ) | const |
| Standard_Address MAT2d_DataMapOfIntegerVec2d::Find1 | ( | const Standard_Integer & | K | ) | const |
| Standard_Boolean MAT2d_DataMapOfIntegerVec2d::IsBound | ( | const Standard_Integer & | K | ) | const |
| void MAT2d_DataMapOfIntegerVec2d::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* MAT2d_DataMapOfIntegerVec2d::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* MAT2d_DataMapOfIntegerVec2d::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| gp_Vec2d& MAT2d_DataMapOfIntegerVec2d::operator() | ( | const Standard_Integer & | K | ) | [inline] |
| const gp_Vec2d& MAT2d_DataMapOfIntegerVec2d::operator() | ( | const Standard_Integer & | K | ) | const [inline] |
| MAT2d_DataMapOfIntegerVec2d& MAT2d_DataMapOfIntegerVec2d::operator= | ( | const MAT2d_DataMapOfIntegerVec2d & | Other | ) | [inline] |
| void MAT2d_DataMapOfIntegerVec2d::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean MAT2d_DataMapOfIntegerVec2d::UnBind | ( | const Standard_Integer & | K | ) |
1.7.4