Functions | |
int | Easdif::SDIFMatrix::GetUChar (int i, int j) const |
int | Easdif::SDIFMatrix::GetInt (int i, int j) const |
float | Easdif::SDIFMatrix::GetFloat (int i, int j) const |
double | Easdif::SDIFMatrix::GetDouble (int i, int j) const |
template<typename Tout> | |
void | Easdif::SDIFMatrix::Get (int i, int j, Tout &value) |
get a value in form of given type | |
template<class TT> | |
void | Easdif::SDIFMatrix::GetRow (TT *out, int irow) const throw (SDIFArrayPosition) |
template<class TT> | |
void | Easdif::SDIFMatrix::GetCol (TT *out, int icol) const throw (SDIFArrayPosition) |
|
get a value in : unsigned char
|
|
get a value in : int
|
|
get a value in : float
|
|
get the value in double
|
|
get a value in form of given type
|
|
getting an entire row
|
|
getting an entire column
|