Functions | |
int | Easdif::SDIFMatrix::GetSize () const |
int | Easdif::SDIFMatrix::GetNbRows () const |
int | Easdif::SDIFMatrix::GetNbCols () const |
SdifSignature | Easdif::SDIFMatrix::GetSignature () const |
std::string | Easdif::SDIFMatrix::GetStringSignature () const |
SdifDataTypeET | Easdif::SDIFMatrix::GetType () const |
std::string | Easdif::SDIFMatrix::GetColName (int i) const |
void | Easdif::SDIFMatrix::SetSignature (SdifSignature sig) |
Set one element of the matrix header : the signature. | |
void | Easdif::SDIFMatrix::SetSignature (const std::string &signature) |
Set one element of the matrix header : the signature with a string. |
|
get the size of matrix occupied in SdifFile (including padding)!! |
|
get the number of rows of the matrix |
|
get the number of columns of the matrix |
|
get the matrix SdifSignature |
|
get the matrix string Signature |
|
get the matrix type of data |
|
get name of column or empty string if unknown |