#include <TopTools_DataMapOfIntegerShape.hxx>

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