#include <IntPoly_IndexedMapOfPnt.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | IntPoly_IndexedMapOfPnt (const Standard_Integer NbBuckets=1) |
Standard_EXPORT IntPoly_IndexedMapOfPnt & | Assign (const IntPoly_IndexedMapOfPnt &Other) |
IntPoly_IndexedMapOfPnt & | operator= (const IntPoly_IndexedMapOfPnt &Other) |
Standard_EXPORT void | ReSize (const Standard_Integer NbBuckets) |
Standard_EXPORT void | Clear () |
~IntPoly_IndexedMapOfPnt () | |
Standard_EXPORT Standard_Integer | Add (const gp_Pnt &K) |
Standard_EXPORT void | Substitute (const Standard_Integer I, const gp_Pnt &K) |
Standard_EXPORT void | RemoveLast () |
Standard_EXPORT Standard_Boolean | Contains (const gp_Pnt &K) const |
Standard_EXPORT const gp_Pnt & | FindKey (const Standard_Integer I) const |
const gp_Pnt & | operator() (const Standard_Integer I) const |
Standard_EXPORT Standard_Integer | FindIndex (const gp_Pnt &K) const |
Private Member Functions | |
Standard_EXPORT | IntPoly_IndexedMapOfPnt (const IntPoly_IndexedMapOfPnt &Other) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|