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