Open CASCADE Technology
6.5.4
|
#include <math_DoubleTabOfReal.hxx>
Public Member Functions | |
DEFINE_STANDARD_ALLOC | math_DoubleTabOfReal (const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol) |
math_DoubleTabOfReal (const Standard_Real &Tab, const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol) | |
void | Init (const Standard_Real &InitValue) |
math_DoubleTabOfReal (const math_DoubleTabOfReal &Other) | |
void | Copy (math_DoubleTabOfReal &Other) const |
void | SetLowerRow (const Standard_Integer LowerRow) |
void | SetLowerCol (const Standard_Integer LowerCol) |
Standard_Real & | Value (const Standard_Integer RowIndex, const Standard_Integer ColIndex) const |
Standard_Real & | operator() (const Standard_Integer RowIndex, const Standard_Integer ColIndex) const |
void | Free () |
~math_DoubleTabOfReal () |
DEFINE_STANDARD_ALLOC math_DoubleTabOfReal::math_DoubleTabOfReal | ( | const Standard_Integer | LowerRow, |
const Standard_Integer | UpperRow, | ||
const Standard_Integer | LowerCol, | ||
const Standard_Integer | UpperCol | ||
) |
math_DoubleTabOfReal::math_DoubleTabOfReal | ( | const Standard_Real & | Tab, |
const Standard_Integer | LowerRow, | ||
const Standard_Integer | UpperRow, | ||
const Standard_Integer | LowerCol, | ||
const Standard_Integer | UpperCol | ||
) |
math_DoubleTabOfReal::~math_DoubleTabOfReal | ( | ) | [inline] |
void math_DoubleTabOfReal::Copy | ( | math_DoubleTabOfReal & | Other | ) | const |
void math_DoubleTabOfReal::Init | ( | const Standard_Real & | InitValue | ) |
Standard_Real& math_DoubleTabOfReal::operator() | ( | const Standard_Integer | RowIndex, |
const Standard_Integer | ColIndex | ||
) | const [inline] |
void math_DoubleTabOfReal::SetLowerCol | ( | const Standard_Integer | LowerCol | ) |
void math_DoubleTabOfReal::SetLowerRow | ( | const Standard_Integer | LowerRow | ) |
Standard_Real& math_DoubleTabOfReal::Value | ( | const Standard_Integer | RowIndex, |
const Standard_Integer | ColIndex | ||
) | const |