|
Open CASCADE Technology 6.5.2
|
#include <BRepClass3d_MapOfInter.hxx>

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| BRepClass3d_MapOfInter (const Standard_Integer NbBuckets=1) | |
| BRepClass3d_MapOfInter & | Assign (const BRepClass3d_MapOfInter &Other) |
| BRepClass3d_MapOfInter & | operator= (const BRepClass3d_MapOfInter &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~BRepClass3d_MapOfInter () | |
| Standard_Boolean | Bind (const TopoDS_Shape &K, const Standard_Address &I) |
| Standard_Boolean | IsBound (const TopoDS_Shape &K) const |
| Standard_Boolean | UnBind (const TopoDS_Shape &K) |
| const Standard_Address & | Find (const TopoDS_Shape &K) const |
| const Standard_Address & | operator() (const TopoDS_Shape &K) const |
| Standard_Address & | ChangeFind (const TopoDS_Shape &K) |
| Standard_Address & | operator() (const TopoDS_Shape &K) |
| Standard_Address | Find1 (const TopoDS_Shape &K) const |
| Standard_Address | ChangeFind1 (const TopoDS_Shape &K) |
| BRepClass3d_MapOfInter::BRepClass3d_MapOfInter | ( | const Standard_Integer | NbBuckets = 1 | ) |
| BRepClass3d_MapOfInter::~BRepClass3d_MapOfInter | ( | ) | [inline] |
| BRepClass3d_MapOfInter& BRepClass3d_MapOfInter::Assign | ( | const BRepClass3d_MapOfInter & | Other | ) |
| Standard_Boolean BRepClass3d_MapOfInter::Bind | ( | const TopoDS_Shape & | K, |
| const Standard_Address & | I | ||
| ) |
| Standard_Address& BRepClass3d_MapOfInter::ChangeFind | ( | const TopoDS_Shape & | K | ) |
| Standard_Address BRepClass3d_MapOfInter::ChangeFind1 | ( | const TopoDS_Shape & | K | ) |
| void BRepClass3d_MapOfInter::Clear | ( | ) |
| const Standard_Address& BRepClass3d_MapOfInter::Find | ( | const TopoDS_Shape & | K | ) | const |
| Standard_Address BRepClass3d_MapOfInter::Find1 | ( | const TopoDS_Shape & | K | ) | const |
| Standard_Boolean BRepClass3d_MapOfInter::IsBound | ( | const TopoDS_Shape & | K | ) | const |
| void BRepClass3d_MapOfInter::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BRepClass3d_MapOfInter::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BRepClass3d_MapOfInter::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| Standard_Address& BRepClass3d_MapOfInter::operator() | ( | const TopoDS_Shape & | K | ) | [inline] |
| const Standard_Address& BRepClass3d_MapOfInter::operator() | ( | const TopoDS_Shape & | K | ) | const [inline] |
| BRepClass3d_MapOfInter& BRepClass3d_MapOfInter::operator= | ( | const BRepClass3d_MapOfInter & | Other | ) | [inline] |
| void BRepClass3d_MapOfInter::ReSize | ( | const Standard_Integer | NbBuckets | ) |
| Standard_Boolean BRepClass3d_MapOfInter::UnBind | ( | const TopoDS_Shape & | K | ) |
1.7.4