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

Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 |
| void BRepMesh_DataMapOfShapeReal::operator delete | ( | void * | anAddress | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BRepMesh_DataMapOfShapeReal::operator new | ( | size_t | size | ) | [inline] |
Reimplemented from TCollection_BasicMap.
| void* BRepMesh_DataMapOfShapeReal::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
Reimplemented from TCollection_BasicMap.
| Standard_Real& BRepMesh_DataMapOfShapeReal::operator() | ( | const TopoDS_Shape & | K | ) | [inline] |
| const Standard_Real& BRepMesh_DataMapOfShapeReal::operator() | ( | const TopoDS_Shape & | K | ) | const [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 | ) |
1.7.4