Open CASCADE Technology 6.6.0
|
#include <Extrema_HArray1OfPOnSurf.hxx>
Public Member Functions | |
Extrema_HArray1OfPOnSurf (const Standard_Integer Low, const Standard_Integer Up) | |
Extrema_HArray1OfPOnSurf (const Standard_Integer Low, const Standard_Integer Up, const Extrema_POnSurf &V) | |
void | Init (const Extrema_POnSurf &V) |
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 |
Extrema_POnSurf & | ChangeValue (const Standard_Integer Index) |
const Extrema_Array1OfPOnSurf & | Array1 () const |
Extrema_Array1OfPOnSurf & | ChangeArray1 () |
Extrema_HArray1OfPOnSurf::Extrema_HArray1OfPOnSurf | ( | const Standard_Integer | Low, |
const Standard_Integer | Up | ||
) |
Extrema_HArray1OfPOnSurf::Extrema_HArray1OfPOnSurf | ( | const Standard_Integer | Low, |
const Standard_Integer | Up, | ||
const Extrema_POnSurf & | V | ||
) |
const Extrema_Array1OfPOnSurf& Extrema_HArray1OfPOnSurf::Array1 | ( | ) | const |
Extrema_Array1OfPOnSurf& Extrema_HArray1OfPOnSurf::ChangeArray1 | ( | ) |
Extrema_POnSurf& Extrema_HArray1OfPOnSurf::ChangeValue | ( | const Standard_Integer | Index | ) |
void Extrema_HArray1OfPOnSurf::Init | ( | const Extrema_POnSurf & | V | ) |
Standard_Integer Extrema_HArray1OfPOnSurf::Length | ( | ) | const |
Standard_Integer Extrema_HArray1OfPOnSurf::Lower | ( | ) | const |
void Extrema_HArray1OfPOnSurf::SetValue | ( | const Standard_Integer | Index, |
const Extrema_POnSurf & | Value | ||
) |
Standard_Integer Extrema_HArray1OfPOnSurf::Upper | ( | ) | const |
const Extrema_POnSurf& Extrema_HArray1OfPOnSurf::Value | ( | const Standard_Integer | Index | ) | const |