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