#include <BRepMesh_DataMapOfIntegerListOfXY.hxx>

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