Open CASCADE Technology 6.6.0
|
#include <TopOpeBRepDS_MapOfPoint.hxx>
Public Member Functions | |
TopOpeBRepDS_MapOfPoint (const Standard_Integer NbBuckets=1) | |
TopOpeBRepDS_MapOfPoint & | Assign (const TopOpeBRepDS_MapOfPoint &Other) |
TopOpeBRepDS_MapOfPoint & | operator= (const TopOpeBRepDS_MapOfPoint &Other) |
void | ReSize (const Standard_Integer NbBuckets) |
void | Clear () |
~TopOpeBRepDS_MapOfPoint () | |
Standard_Boolean | Bind (const Standard_Integer &K, const TopOpeBRepDS_PointData &I) |
Standard_Boolean | IsBound (const Standard_Integer &K) const |
Standard_Boolean | UnBind (const Standard_Integer &K) |
const TopOpeBRepDS_PointData & | Find (const Standard_Integer &K) const |
const TopOpeBRepDS_PointData & | operator() (const Standard_Integer &K) const |
TopOpeBRepDS_PointData & | ChangeFind (const Standard_Integer &K) |
TopOpeBRepDS_PointData & | operator() (const Standard_Integer &K) |
Standard_Address | Find1 (const Standard_Integer &K) const |
Standard_Address | ChangeFind1 (const Standard_Integer &K) |
TopOpeBRepDS_MapOfPoint::TopOpeBRepDS_MapOfPoint | ( | const Standard_Integer | NbBuckets = 1 | ) |
TopOpeBRepDS_MapOfPoint::~TopOpeBRepDS_MapOfPoint | ( | ) | [inline] |
TopOpeBRepDS_MapOfPoint& TopOpeBRepDS_MapOfPoint::Assign | ( | const TopOpeBRepDS_MapOfPoint & | Other | ) |
Standard_Boolean TopOpeBRepDS_MapOfPoint::Bind | ( | const Standard_Integer & | K, |
const TopOpeBRepDS_PointData & | I | ||
) |
TopOpeBRepDS_PointData& TopOpeBRepDS_MapOfPoint::ChangeFind | ( | const Standard_Integer & | K | ) |
Standard_Address TopOpeBRepDS_MapOfPoint::ChangeFind1 | ( | const Standard_Integer & | K | ) |
void TopOpeBRepDS_MapOfPoint::Clear | ( | ) |
const TopOpeBRepDS_PointData& TopOpeBRepDS_MapOfPoint::Find | ( | const Standard_Integer & | K | ) | const |
Standard_Address TopOpeBRepDS_MapOfPoint::Find1 | ( | const Standard_Integer & | K | ) | const |
Standard_Boolean TopOpeBRepDS_MapOfPoint::IsBound | ( | const Standard_Integer & | K | ) | const |
const TopOpeBRepDS_PointData& TopOpeBRepDS_MapOfPoint::operator() | ( | const Standard_Integer & | K | ) | const [inline] |
TopOpeBRepDS_PointData& TopOpeBRepDS_MapOfPoint::operator() | ( | const Standard_Integer & | K | ) | [inline] |
TopOpeBRepDS_MapOfPoint& TopOpeBRepDS_MapOfPoint::operator= | ( | const TopOpeBRepDS_MapOfPoint & | Other | ) | [inline] |
void TopOpeBRepDS_MapOfPoint::ReSize | ( | const Standard_Integer | NbBuckets | ) |
Standard_Boolean TopOpeBRepDS_MapOfPoint::UnBind | ( | const Standard_Integer & | K | ) |