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