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