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