Open CASCADE Technology 6.6.0
Public Member Functions
TColStd_IndexedMapOfReal Class Reference

#include <TColStd_IndexedMapOfReal.hxx>

Inheritance diagram for TColStd_IndexedMapOfReal:
Inheritance graph
[legend]

Public Member Functions

 TColStd_IndexedMapOfReal (const Standard_Integer NbBuckets=1)
TColStd_IndexedMapOfRealAssign (const TColStd_IndexedMapOfReal &Other)
TColStd_IndexedMapOfRealoperator= (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_RealFindKey (const Standard_Integer I) const
const Standard_Realoperator() (const Standard_Integer I) const
Standard_Integer FindIndex (const Standard_Real &K) const

Constructor & Destructor Documentation

TColStd_IndexedMapOfReal::TColStd_IndexedMapOfReal ( const Standard_Integer  NbBuckets = 1)
TColStd_IndexedMapOfReal::~TColStd_IndexedMapOfReal ( ) [inline]

Member Function Documentation

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 
)

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines