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