Open CASCADE Technology
7.4.0
|
#include <math_DoubleTab.hxx>
Public Member Functions | |
math_DoubleTab (const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol) | |
math_DoubleTab (const Standard_Address Tab, const Standard_Integer LowerRow, const Standard_Integer UpperRow, const Standard_Integer LowerCol, const Standard_Integer UpperCol) | |
void | Init (const Standard_Real InitValue) |
math_DoubleTab (const math_DoubleTab &Other) | |
void | Copy (math_DoubleTab &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_DoubleTab () | |
math_DoubleTab::math_DoubleTab | ( | const Standard_Integer | LowerRow, |
const Standard_Integer | UpperRow, | ||
const Standard_Integer | LowerCol, | ||
const Standard_Integer | UpperCol | ||
) |
math_DoubleTab::math_DoubleTab | ( | const Standard_Address | Tab, |
const Standard_Integer | LowerRow, | ||
const Standard_Integer | UpperRow, | ||
const Standard_Integer | LowerCol, | ||
const Standard_Integer | UpperCol | ||
) |
math_DoubleTab::math_DoubleTab | ( | const math_DoubleTab & | Other | ) |
|
inline |
void math_DoubleTab::Copy | ( | math_DoubleTab & | Other | ) | const |
void math_DoubleTab::Free | ( | ) |
void math_DoubleTab::Init | ( | const Standard_Real | InitValue | ) |
|
inline |
void math_DoubleTab::SetLowerCol | ( | const Standard_Integer | LowerCol | ) |
void math_DoubleTab::SetLowerRow | ( | const Standard_Integer | LowerRow | ) |
Standard_Real& math_DoubleTab::Value | ( | const Standard_Integer | RowIndex, |
const Standard_Integer | ColIndex | ||
) | const |