Open CASCADE Technology 6.6.0
|
#include <BRepMesh_DataMapOfIntegerListOfXY.hxx>
Public Member Functions | |
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) |
Standard_Address | Find1 (const Standard_Integer &K) const |
Standard_Address | ChangeFind1 (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 | ) |
Standard_Address BRepMesh_DataMapOfIntegerListOfXY::ChangeFind1 | ( | const Standard_Integer & | K | ) |
void BRepMesh_DataMapOfIntegerListOfXY::Clear | ( | ) |
const BRepMesh_ListOfXY& BRepMesh_DataMapOfIntegerListOfXY::Find | ( | const Standard_Integer & | K | ) | const |
Standard_Address BRepMesh_DataMapOfIntegerListOfXY::Find1 | ( | const Standard_Integer & | K | ) | const |
Standard_Boolean BRepMesh_DataMapOfIntegerListOfXY::IsBound | ( | const Standard_Integer & | K | ) | const |
const BRepMesh_ListOfXY& BRepMesh_DataMapOfIntegerListOfXY::operator() | ( | const Standard_Integer & | K | ) | const [inline] |
BRepMesh_ListOfXY& BRepMesh_DataMapOfIntegerListOfXY::operator() | ( | const Standard_Integer & | K | ) | [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 | ) |