Open CASCADE Technology 6.6.0
|
#include <TopTools_IndexedMapOfOrientedShape.hxx>
Public Member Functions | |
TopTools_IndexedMapOfOrientedShape (const Standard_Integer NbBuckets=1) | |
TopTools_IndexedMapOfOrientedShape & | Assign (const TopTools_IndexedMapOfOrientedShape &Other) |
TopTools_IndexedMapOfOrientedShape & | operator= (const TopTools_IndexedMapOfOrientedShape &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~TopTools_IndexedMapOfOrientedShape () | |
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_IndexedMapOfOrientedShape::TopTools_IndexedMapOfOrientedShape | ( | const Standard_Integer | NbBuckets = 1 | ) |
TopTools_IndexedMapOfOrientedShape::~TopTools_IndexedMapOfOrientedShape | ( | ) | [inline] |
Standard_Integer TopTools_IndexedMapOfOrientedShape::Add | ( | const TopoDS_Shape & | K | ) |
TopTools_IndexedMapOfOrientedShape& TopTools_IndexedMapOfOrientedShape::Assign | ( | const TopTools_IndexedMapOfOrientedShape & | Other | ) |
void TopTools_IndexedMapOfOrientedShape::Clear | ( | ) |
Standard_Boolean TopTools_IndexedMapOfOrientedShape::Contains | ( | const TopoDS_Shape & | K | ) | const |
Standard_Integer TopTools_IndexedMapOfOrientedShape::FindIndex | ( | const TopoDS_Shape & | K | ) | const |
const TopoDS_Shape& TopTools_IndexedMapOfOrientedShape::FindKey | ( | const Standard_Integer | I | ) | const |
const TopoDS_Shape& TopTools_IndexedMapOfOrientedShape::operator() | ( | const Standard_Integer | I | ) | const [inline] |
TopTools_IndexedMapOfOrientedShape& TopTools_IndexedMapOfOrientedShape::operator= | ( | const TopTools_IndexedMapOfOrientedShape & | Other | ) | [inline] |
void TopTools_IndexedMapOfOrientedShape::RemoveLast | ( | ) |
void TopTools_IndexedMapOfOrientedShape::ReSize | ( | const Standard_Integer | NbBuckets | ) |
void TopTools_IndexedMapOfOrientedShape::Substitute | ( | const Standard_Integer | I, |
const TopoDS_Shape & | K | ||
) |