Main Page   Modules   Class Hierarchy   Compound List   File List   Compound Members  

SDIFMatrixData - Get data


Functions

double GetDouble (int i, int j)
float GetFloat (int i, int j)
int GetInt (int i, int j)
std::vector< T > & GetData ()

Function Documentation

template<class T>
double Easdif::SDIFMatrixData< T >::GetDouble int    i,
int    j
[inline, virtual, inherited]
 

get the value in double

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

Implements Easdif::SDIFMatrixDataInterface.

template<class T>
float Easdif::SDIFMatrixData< T >::GetFloat int    i,
int    j
[inline, virtual, inherited]
 

get the value in float

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

Implements Easdif::SDIFMatrixDataInterface.

template<class T>
int Easdif::SDIFMatrixData< T >::GetInt int    i,
int    j
[inline, virtual, inherited]
 

get the value in int

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

Implements Easdif::SDIFMatrixDataInterface.

template<class T>
std::vector<T>& Easdif::SDIFMatrixData< T >::GetData   [inline, inherited]
 

get the vector of data

Returns:
vector of template type


Generated on Thu Apr 10 16:04:32 2003 for Easdif by doxygen1.2.16