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

Public Member Functions | |
| DEFINE_STANDARD_ALLOC | BRepMesh_DataMapOfShapeReal (const Standard_Integer NbBuckets=1) |
| BRepMesh_DataMapOfShapeReal & | Assign (const BRepMesh_DataMapOfShapeReal &Other) |
| BRepMesh_DataMapOfShapeReal & | operator= (const BRepMesh_DataMapOfShapeReal &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~BRepMesh_DataMapOfShapeReal () | |
| Standard_Boolean | Bind (const TopoDS_Shape &K, const Standard_Real &I) |
| Standard_Boolean | IsBound (const TopoDS_Shape &K) const |
| Standard_Boolean | UnBind (const TopoDS_Shape &K) |
| const Standard_Real & | Find (const TopoDS_Shape &K) const |
| const Standard_Real & | operator() (const TopoDS_Shape &K) const |
| Standard_Real & | ChangeFind (const TopoDS_Shape &K) |
| Standard_Real & | operator() (const TopoDS_Shape &K) |
| Standard_Address | Find1 (const TopoDS_Shape &K) const |
| Standard_Address | ChangeFind1 (const TopoDS_Shape &K) |
| DEFINE_STANDARD_ALLOC BRepMesh_DataMapOfShapeReal::BRepMesh_DataMapOfShapeReal | ( | const Standard_Integer | NbBuckets = 1 | ) |
| BRepMesh_DataMapOfShapeReal& BRepMesh_DataMapOfShapeReal::Assign | ( | const BRepMesh_DataMapOfShapeReal & | Other | ) |
| Standard_Boolean BRepMesh_DataMapOfShapeReal::Bind | ( | const TopoDS_Shape & | K, |
| const Standard_Real & | I | ||
| ) |
| const Standard_Real& BRepMesh_DataMapOfShapeReal::Find | ( | const TopoDS_Shape & | K | ) | const |
| const Standard_Real& BRepMesh_DataMapOfShapeReal::operator() | ( | const TopoDS_Shape & | K | ) | const [inline] |
| Standard_Real& BRepMesh_DataMapOfShapeReal::operator() | ( | const TopoDS_Shape & | K | ) | [inline] |
| BRepMesh_DataMapOfShapeReal& BRepMesh_DataMapOfShapeReal::operator= | ( | const BRepMesh_DataMapOfShapeReal & | Other | ) | [inline] |
| void BRepMesh_DataMapOfShapeReal::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.8.0