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

Public Member Functions | |
| DEFINE_STANDARD_ALLOC | 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 |
| DEFINE_STANDARD_ALLOC TopTools_IndexedMapOfShape::TopTools_IndexedMapOfShape | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TopTools_IndexedMapOfShape& TopTools_IndexedMapOfShape::Assign | ( | const TopTools_IndexedMapOfShape & | Other | ) |
| 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::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.8.0