Open CASCADE Technology
6.9.0
|
#include <IntTools_Array1OfRoots.hxx>
Public Member Functions | |
IntTools_Array1OfRoots (const Standard_Integer Low, const Standard_Integer Up) | |
IntTools_Array1OfRoots (const IntTools_Root &Item, const Standard_Integer Low, const Standard_Integer Up) | |
void | Init (const IntTools_Root &V) |
void | Destroy () |
~IntTools_Array1OfRoots () | |
Standard_Boolean | IsAllocated () const |
const IntTools_Array1OfRoots & | Assign (const IntTools_Array1OfRoots &Other) |
const IntTools_Array1OfRoots & | operator= (const IntTools_Array1OfRoots &Other) |
Standard_Integer | Length () const |
Standard_Integer | Lower () const |
Standard_Integer | Upper () const |
void | SetValue (const Standard_Integer Index, const IntTools_Root &Value) |
const IntTools_Root & | Value (const Standard_Integer Index) const |
const IntTools_Root & | operator() (const Standard_Integer Index) const |
IntTools_Root & | ChangeValue (const Standard_Integer Index) |
IntTools_Root & | operator() (const Standard_Integer Index) |
IntTools_Array1OfRoots::IntTools_Array1OfRoots | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
IntTools_Array1OfRoots::IntTools_Array1OfRoots | ( | const IntTools_Root & | Item, |
const Standard_Integer | Low, | ||
const Standard_Integer | Up | ||
) |
|
inline |
const IntTools_Array1OfRoots& IntTools_Array1OfRoots::Assign | ( | const IntTools_Array1OfRoots & | Other | ) |
IntTools_Root& IntTools_Array1OfRoots::ChangeValue | ( | const Standard_Integer | Index | ) |
void IntTools_Array1OfRoots::Destroy | ( | ) |
void IntTools_Array1OfRoots::Init | ( | const IntTools_Root & | V | ) |
Standard_Boolean IntTools_Array1OfRoots::IsAllocated | ( | ) | const |
Standard_Integer IntTools_Array1OfRoots::Length | ( | ) | const |
Standard_Integer IntTools_Array1OfRoots::Lower | ( | ) | const |
|
inline |
|
inline |
|
inline |
void IntTools_Array1OfRoots::SetValue | ( | const Standard_Integer | Index, |
const IntTools_Root & | Value | ||
) |
Standard_Integer IntTools_Array1OfRoots::Upper | ( | ) | const |
const IntTools_Root& IntTools_Array1OfRoots::Value | ( | const Standard_Integer | Index | ) | const |