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