|
Open CASCADE Technology 6.5.2
|
#include <IntTools_CArray1OfReal.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| 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 | ||
| ) |
| IntTools_CArray1OfReal::~IntTools_CArray1OfReal | ( | ) | [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 |
| void IntTools_CArray1OfReal::operator delete | ( | void * | anAddress | ) | [inline] |
| void* IntTools_CArray1OfReal::operator new | ( | size_t | size | ) | [inline] |
| void* IntTools_CArray1OfReal::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| 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.7.4