#include <BRepMesh_DataMapOfVertexInteger.hxx>

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