|
Open CASCADE Technology
6.5.4
|
#include <IntTools_CArray1OfReal.hxx>
Public Member Functions | |
| DEFINE_STANDARD_ALLOC | 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 |
| DEFINE_STANDARD_ALLOC IntTools_CArray1OfReal::IntTools_CArray1OfReal | ( | const Standard_Integer | Length = 0 | ) |
| IntTools_CArray1OfReal::IntTools_CArray1OfReal | ( | const Standard_Real & | Item, |
| const Standard_Integer | Length | ||
| ) |
| IntTools_CArray1OfReal::~IntTools_CArray1OfReal | ( | ) | [inline] |
| void IntTools_CArray1OfReal::Append | ( | const Standard_Real & | Value | ) |
| Standard_Boolean IntTools_CArray1OfReal::IsEqual | ( | const IntTools_CArray1OfReal & | Other | ) | const |
| const Standard_Real& IntTools_CArray1OfReal::operator() | ( | const Standard_Integer | Index | ) | const [inline] |
| Standard_Real& IntTools_CArray1OfReal::operator() | ( | const Standard_Integer | Index | ) | [inline] |
| Standard_Boolean IntTools_CArray1OfReal::operator== | ( | const IntTools_CArray1OfReal & | Other | ) | const [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.0