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

SDIFMatrix - Get values of the SDIFMatrix


Functions

int GetInt (int i, int j)
float GetFloat (int i, int j)
double GetDouble (int i, int j)
template<typename Tout> void Get (int i, int j, Tout &value)
 get a value in form of given type


Function Documentation

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

get a value in : int

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

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

get a value in : float

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

double Easdif::SDIFMatrix::GetDouble int    i,
int    j
[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


Generated on Mon Feb 2 19:27:12 2004 for Easdif by doxygen1.2.16