Open CASCADE Technology 6.6.0
|
#include <TColStd_IndexedMapOfReal.hxx>
Public Member Functions | |
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 |
TColStd_IndexedMapOfReal::TColStd_IndexedMapOfReal | ( | const Standard_Integer | NbBuckets = 1 | ) |
TColStd_IndexedMapOfReal::~TColStd_IndexedMapOfReal | ( | ) | [inline] |
Standard_Integer TColStd_IndexedMapOfReal::Add | ( | const Standard_Real & | K | ) |
TColStd_IndexedMapOfReal& TColStd_IndexedMapOfReal::Assign | ( | const TColStd_IndexedMapOfReal & | Other | ) |
void TColStd_IndexedMapOfReal::Clear | ( | ) |
Standard_Boolean TColStd_IndexedMapOfReal::Contains | ( | const Standard_Real & | K | ) | const |
Standard_Integer TColStd_IndexedMapOfReal::FindIndex | ( | const Standard_Real & | K | ) | const |
const Standard_Real& TColStd_IndexedMapOfReal::FindKey | ( | const Standard_Integer | I | ) | const |
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::RemoveLast | ( | ) |
void TColStd_IndexedMapOfReal::ReSize | ( | const Standard_Integer | NbBuckets | ) |
void TColStd_IndexedMapOfReal::Substitute | ( | const Standard_Integer | I, |
const Standard_Real & | K | ||
) |