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

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