#include <sdifmatrix.h>
Collaboration diagram for Easdif::SDIFMatrix:
Public Methods | |
void | View () |
int | Write (SdifFileT *file) |
int | Read (SdifFileT *file) |
void | CreateMatrixData (SdifSignature sig, int nrows, int ncols, SdifDataTypeET type) |
int | GetSize () const |
int | GetNbRows () const |
int | GetNbCols () const |
SdifSignature | GetSignature () const |
std::string | GetStringSignature () const |
SdifDataTypeET | GetType () const |
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 | |
template<typename Tin> void | Set (int i, int j, const Tin &value) |
set a value using arbitrary input type |
SDIFMatrix is composed of different methods which permits to manipulate a matrix.