Main Page | Modules | Class Hierarchy | Class List | File List | Class Members | File Members

SDIFMatrix - Get values of the SDIFMatrix


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)

Function Documentation

int Easdif::SDIFMatrix::GetUChar int  i,
int  j
const [inline, inherited]
 

get a value in : unsigned char

Parameters:
i row index
j column index
Returns:
the value

int Easdif::SDIFMatrix::GetInt int  i,
int  j
const [inline, inherited]
 

get a value in : int

Parameters:
i row index
j column index
Returns:
the value

float Easdif::SDIFMatrix::GetFloat int  i,
int  j
const [inline, inherited]
 

get a value in : float

Parameters:
i row index
j column index
Returns:
the value

double Easdif::SDIFMatrix::GetDouble int  i,
int  j
const [inline, inherited]
 

get the value in double

Parameters:
i row index
j column index
Returns:
the value

template<typename Tout>
void Easdif::SDIFMatrix::Get int  i,
int  j,
Tout &  value
[inline, inherited]
 

get a value in form of given type

Parameters:
i row index
j column index
value reference of variable to store value in

template<class TT>
void Easdif::SDIFMatrix::GetRow TT *  out,
int  irow
const throw (SDIFArrayPosition) [inline, inherited]
 

getting an entire row

Parameters:
out pointer to memory holding at least GetNbCols() elements
irow row index

template<class TT>
void Easdif::SDIFMatrix::GetCol TT *  out,
int  icol
const throw (SDIFArrayPosition) [inline, inherited]
 

getting an entire column

Parameters:
out pointer to memory holding at least GetNbRows() elements
icol row index


Generated on Tue Jan 3 15:00:56 2006 for Easdif by  doxygen 1.3.9.1