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

Public Member Functions | |
| DEFINE_STANDARD_ALLOC | TColStd_IndexedMapOfReal (const Standard_Integer NbBuckets=1) |
| TColStd_IndexedMapOfReal & | Assign (const TColStd_IndexedMapOfReal &Other) |
| TColStd_IndexedMapOfReal & | operator= (const TColStd_IndexedMapOfReal &Other) |
| void | ReSize (const Standard_Integer NbBuckets) |
| void | Clear () |
| ~TColStd_IndexedMapOfReal () | |
| Standard_Integer | Add (const Standard_Real &K) |
| void | Substitute (const Standard_Integer I, const Standard_Real &K) |
| void | RemoveLast () |
| Standard_Boolean | Contains (const Standard_Real &K) const |
| const Standard_Real & | FindKey (const Standard_Integer I) const |
| const Standard_Real & | operator() (const Standard_Integer I) const |
| Standard_Integer | FindIndex (const Standard_Real &K) const |
| DEFINE_STANDARD_ALLOC TColStd_IndexedMapOfReal::TColStd_IndexedMapOfReal | ( | const Standard_Integer | NbBuckets = 1 | ) |
| TColStd_IndexedMapOfReal::~TColStd_IndexedMapOfReal | ( | ) | [inline] |
| TColStd_IndexedMapOfReal& TColStd_IndexedMapOfReal::Assign | ( | const TColStd_IndexedMapOfReal & | Other | ) |
| const Standard_Real& TColStd_IndexedMapOfReal::operator() | ( | const Standard_Integer | I | ) | const [inline] |
| TColStd_IndexedMapOfReal& TColStd_IndexedMapOfReal::operator= | ( | const TColStd_IndexedMapOfReal & | Other | ) | [inline] |
| void TColStd_IndexedMapOfReal::ReSize | ( | const Standard_Integer | NbBuckets | ) |
1.8.0