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