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

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