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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| TopTools_IndexedMapOfShape (const Standard_Integer NbBuckets=1) | |
| TopTools_IndexedMapOfShape & | Assign (const TopTools_IndexedMapOfShape &Other) |
| TopTools_IndexedMapOfShape & | operator= (const TopTools_IndexedMapOfShape &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TopTools_IndexedMapOfShape () | |
| Standard_Integer | Add (const TopoDS_Shape &K) |
| void | Substitute (const Standard_Integer I, const TopoDS_Shape &K) |
| void | RemoveLast () |
| Standard_Boolean | Contains (const TopoDS_Shape &K) const |
| const TopoDS_Shape & | FindKey (const Standard_Integer I) const |
| const TopoDS_Shape & | operator() (const Standard_Integer I) const |
| Standard_Integer | FindIndex (const TopoDS_Shape &K) const |
| TopTools_IndexedMapOfShape::TopTools_IndexedMapOfShape | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TopTools_IndexedMapOfShape::~TopTools_IndexedMapOfShape | ( | ) | [inline] |
| Standard_Integer TopTools_IndexedMapOfShape::Add | ( | const TopoDS_Shape & | K | ) |
| TopTools_IndexedMapOfShape& TopTools_IndexedMapOfShape::Assign | ( | const TopTools_IndexedMapOfShape & | Other | ) |
| void TopTools_IndexedMapOfShape::Clear | ( | ) |
| Standard_Boolean TopTools_IndexedMapOfShape::Contains | ( | const TopoDS_Shape & | K | ) | const |
| Standard_Integer TopTools_IndexedMapOfShape::FindIndex | ( | const TopoDS_Shape & | K | ) | const |
| const TopoDS_Shape& TopTools_IndexedMapOfShape::FindKey | ( | const Standard_Integer | I | ) | const |
| void TopTools_IndexedMapOfShape::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TopTools_IndexedMapOfShape::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* TopTools_IndexedMapOfShape::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| const TopoDS_Shape& TopTools_IndexedMapOfShape::operator() | ( | const Standard_Integer | I | ) | const [inline] |
| TopTools_IndexedMapOfShape& TopTools_IndexedMapOfShape::operator= | ( | const TopTools_IndexedMapOfShape & | Other | ) | [inline] |
| void TopTools_IndexedMapOfShape::RemoveLast | ( | ) |
| void TopTools_IndexedMapOfShape::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| void TopTools_IndexedMapOfShape::Substitute | ( | const Standard_Integer | I, |
| const TopoDS_Shape & | K | ||
| ) |
1.7.4