Open CASCADE Technology 6.6.0
|
#include <BRepMesh_DataMapOfShapeReal.hxx>
Public Member Functions | |
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) |
BRepMesh_DataMapOfShapeReal::BRepMesh_DataMapOfShapeReal | ( | const Standard_Integer | NbBuckets = 1 | ) |
BRepMesh_DataMapOfShapeReal::~BRepMesh_DataMapOfShapeReal | ( | ) | [inline] |
BRepMesh_DataMapOfShapeReal& BRepMesh_DataMapOfShapeReal::Assign | ( | const BRepMesh_DataMapOfShapeReal & | Other | ) |
Standard_Boolean BRepMesh_DataMapOfShapeReal::Bind | ( | const TopoDS_Shape & | K, |
const Standard_Real & | I | ||
) |
Standard_Real& BRepMesh_DataMapOfShapeReal::ChangeFind | ( | const TopoDS_Shape & | K | ) |
Standard_Address BRepMesh_DataMapOfShapeReal::ChangeFind1 | ( | const TopoDS_Shape & | K | ) |
void BRepMesh_DataMapOfShapeReal::Clear | ( | ) |
const Standard_Real& BRepMesh_DataMapOfShapeReal::Find | ( | const TopoDS_Shape & | K | ) | const |
Standard_Address BRepMesh_DataMapOfShapeReal::Find1 | ( | const TopoDS_Shape & | K | ) | const |
Standard_Boolean BRepMesh_DataMapOfShapeReal::IsBound | ( | 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 | ) |
Standard_Boolean BRepMesh_DataMapOfShapeReal::UnBind | ( | const TopoDS_Shape & | K | ) |