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

Public Member Functions | |
| DEFINE_STANDARD_ALLOC | 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) |
| DEFINE_STANDARD_ALLOC BRepMesh_DataMapOfIntegerPnt::BRepMesh_DataMapOfIntegerPnt | ( | const Standard_Integer | NbBuckets = 1 | ) |
| BRepMesh_DataMapOfIntegerPnt& BRepMesh_DataMapOfIntegerPnt::Assign | ( | const BRepMesh_DataMapOfIntegerPnt & | Other | ) |
| Standard_Boolean BRepMesh_DataMapOfIntegerPnt::Bind | ( | const Standard_Integer & | K, |
| const gp_Pnt & | I | ||
| ) |
| const gp_Pnt& BRepMesh_DataMapOfIntegerPnt::Find | ( | const Standard_Integer & | K | ) | const |
| const gp_Pnt& BRepMesh_DataMapOfIntegerPnt::operator() | ( | const Standard_Integer & | K | ) | const [inline] |
| gp_Pnt& BRepMesh_DataMapOfIntegerPnt::operator() | ( | const Standard_Integer & | K | ) | [inline] |
| BRepMesh_DataMapOfIntegerPnt& BRepMesh_DataMapOfIntegerPnt::operator= | ( | const BRepMesh_DataMapOfIntegerPnt & | Other | ) | [inline] |
| void BRepMesh_DataMapOfIntegerPnt::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.8.0