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