Open CASCADE Technology 6.6.0
|
#include <Extrema_HArray2OfPOnCurv2d.hxx>
Public Member Functions | |
Extrema_HArray2OfPOnCurv2d (const Standard_Integer R1, const Standard_Integer R2, const Standard_Integer C1, const Standard_Integer C2) | |
Extrema_HArray2OfPOnCurv2d (const Standard_Integer R1, const Standard_Integer R2, const Standard_Integer C1, const Standard_Integer C2, const Extrema_POnCurv2d &V) | |
void | Init (const Extrema_POnCurv2d &V) |
Standard_Integer | ColLength () const |
Standard_Integer | RowLength () const |
Standard_Integer | LowerCol () const |
Standard_Integer | LowerRow () const |
Standard_Integer | UpperCol () const |
Standard_Integer | UpperRow () const |
void | SetValue (const Standard_Integer Row, const Standard_Integer Col, const Extrema_POnCurv2d &Value) |
const Extrema_POnCurv2d & | Value (const Standard_Integer Row, const Standard_Integer Col) const |
Extrema_POnCurv2d & | ChangeValue (const Standard_Integer Row, const Standard_Integer Col) |
const Extrema_Array2OfPOnCurv2d & | Array2 () const |
Extrema_Array2OfPOnCurv2d & | ChangeArray2 () |
Extrema_HArray2OfPOnCurv2d::Extrema_HArray2OfPOnCurv2d | ( | const Standard_Integer | R1, |
const Standard_Integer | R2, | ||
const Standard_Integer | C1, | ||
const Standard_Integer | C2 | ||
) |
Extrema_HArray2OfPOnCurv2d::Extrema_HArray2OfPOnCurv2d | ( | const Standard_Integer | R1, |
const Standard_Integer | R2, | ||
const Standard_Integer | C1, | ||
const Standard_Integer | C2, | ||
const Extrema_POnCurv2d & | V | ||
) |
const Extrema_Array2OfPOnCurv2d& Extrema_HArray2OfPOnCurv2d::Array2 | ( | ) | const |
Extrema_Array2OfPOnCurv2d& Extrema_HArray2OfPOnCurv2d::ChangeArray2 | ( | ) |
Extrema_POnCurv2d& Extrema_HArray2OfPOnCurv2d::ChangeValue | ( | const Standard_Integer | Row, |
const Standard_Integer | Col | ||
) |
Standard_Integer Extrema_HArray2OfPOnCurv2d::ColLength | ( | ) | const |
void Extrema_HArray2OfPOnCurv2d::Init | ( | const Extrema_POnCurv2d & | V | ) |
Standard_Integer Extrema_HArray2OfPOnCurv2d::LowerCol | ( | ) | const |
Standard_Integer Extrema_HArray2OfPOnCurv2d::LowerRow | ( | ) | const |
Standard_Integer Extrema_HArray2OfPOnCurv2d::RowLength | ( | ) | const |
void Extrema_HArray2OfPOnCurv2d::SetValue | ( | const Standard_Integer | Row, |
const Standard_Integer | Col, | ||
const Extrema_POnCurv2d & | Value | ||
) |
Standard_Integer Extrema_HArray2OfPOnCurv2d::UpperCol | ( | ) | const |
Standard_Integer Extrema_HArray2OfPOnCurv2d::UpperRow | ( | ) | const |
const Extrema_POnCurv2d& Extrema_HArray2OfPOnCurv2d::Value | ( | const Standard_Integer | Row, |
const Standard_Integer | Col | ||
) | const |