|
Open CASCADE Technology
6.9.0
|
#include <IntTools_CArray1OfReal.hxx>
Public Member Functions | |
| IntTools_CArray1OfReal (const Standard_Integer Length=0) | |
| IntTools_CArray1OfReal (const Standard_Real &Item, const Standard_Integer Length) | |
| void | Init (const Standard_Real &V) |
| void | Resize (const Standard_Integer theNewLength) |
| void | Destroy () |
| ~IntTools_CArray1OfReal () | |
| Standard_Integer | Length () const |
| void | Append (const Standard_Real &Value) |
| void | SetValue (const Standard_Integer Index, const Standard_Real &Value) |
| const Standard_Real & | Value (const Standard_Integer Index) const |
| const Standard_Real & | operator() (const Standard_Integer Index) const |
| Standard_Real & | ChangeValue (const Standard_Integer Index) |
| Standard_Real & | operator() (const Standard_Integer Index) |
| Standard_Boolean | IsEqual (const IntTools_CArray1OfReal &Other) const |
| Standard_Boolean | operator== (const IntTools_CArray1OfReal &Other) const |
| IntTools_CArray1OfReal::IntTools_CArray1OfReal | ( | const Standard_Integer | Length = 0 | ) |
| IntTools_CArray1OfReal::IntTools_CArray1OfReal | ( | const Standard_Real & | Item, |
| const Standard_Integer | Length | ||
| ) |
|
inline |
| void IntTools_CArray1OfReal::Append | ( | const Standard_Real & | Value | ) |
| Standard_Real& IntTools_CArray1OfReal::ChangeValue | ( | const Standard_Integer | Index | ) |
| void IntTools_CArray1OfReal::Destroy | ( | ) |
| void IntTools_CArray1OfReal::Init | ( | const Standard_Real & | V | ) |
| Standard_Boolean IntTools_CArray1OfReal::IsEqual | ( | const IntTools_CArray1OfReal & | Other | ) | const |
| Standard_Integer IntTools_CArray1OfReal::Length | ( | ) | const |
|
inline |
|
inline |
|
inline |
| void IntTools_CArray1OfReal::Resize | ( | const Standard_Integer | theNewLength | ) |
| void IntTools_CArray1OfReal::SetValue | ( | const Standard_Integer | Index, |
| const Standard_Real & | Value | ||
| ) |
| const Standard_Real& IntTools_CArray1OfReal::Value | ( | const Standard_Integer | Index | ) | const |
1.8.5