Open CASCADE Technology
6.5.4
|
#include <Draw_VMap.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | 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) |
DEFINE_STANDARD_ALLOC Draw_VMap::Draw_VMap | ( | const Standard_Integer | NbBuckets = 1 | ) |
Draw_VMap::~Draw_VMap | ( | ) | [inline] |
Draw_VMap& Draw_VMap::Assign | ( | const Draw_VMap & | Other | ) |
Standard_Boolean Draw_VMap::Bind | ( | const Standard_Integer & | K, |
const Handle< Draw_Drawable3D > & | I | ||
) |
Handle_Draw_Drawable3D& Draw_VMap::ChangeFind | ( | 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 |
const Handle_Draw_Drawable3D& Draw_VMap::operator() | ( | const Standard_Integer & | K | ) | const [inline] |
Handle_Draw_Drawable3D& Draw_VMap::operator() | ( | const Standard_Integer & | K | ) | [inline] |
void Draw_VMap::ReSize | ( | const Standard_Integer | NbBuckets | ) |