Main Page   Modules   Class Hierarchy   Compound List   File List   Compound 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 SDIFMatrix::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

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

get a value in : float

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

get a value in : double

template<typename Tout>
void Easdif::SDIFMatrix::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 Thu Apr 10 16:04:32 2003 for Easdif by doxygen1.2.16