19#ifndef LIBMATIOWRAPPER_H
20#define LIBMATIOWRAPPER_H
30 std::string
readString(
const std::string &filename,
const std::string &fieldname, mat_t *matfp, matvar_t *matvar);
31 double readDouble(
const std::string &filename,
const std::string &fieldname, mat_t *matfp, matvar_t *matvar);
32 std::vector<std::string>
readStringVector(
const std::string &filename,
const std::string &fieldname, mat_t *matfp, matvar_t *matvar);
33 std::vector<double>
readDoubleVector(
const std::string &filename,
const std::string &fieldname, mat_t *matfp, matvar_t *matvar);
Definition: libMatioWrapper.cc:25
void listFields(matvar_t *matvar)
Definition: libMatioWrapper.cc:31
void printStructure(matvar_t *matvar)
Definition: libMatioWrapper.cc:39
std::vector< double > readDoubleVector(const std::string &filename, const std::string &fieldname, mat_t *matfp, matvar_t *matvar)
Definition: libMatioWrapper.cc:117
double readDouble(const std::string &filename, const std::string &fieldname, mat_t *matfp, matvar_t *matvar)
Definition: libMatioWrapper.cc:60
std::vector< std::string > readStringVector(const std::string &filename, const std::string &fieldname, mat_t *matfp, matvar_t *matvar)
Definition: libMatioWrapper.cc:83
void readDoubleArray(const std::string &filename, const std::string &fieldname, mat_t *matfp, matvar_t *matvar, mio::Array2D< double > &array)
Definition: libMatioWrapper.cc:145
std::string readString(const std::string &filename, const std::string &fieldname, mat_t *matfp, matvar_t *matvar)
Definition: libMatioWrapper.cc:49
void printFileStructure(const std::string &filename, const double &TZ)
Definition: libMatioWrapper.cc:177