8#ifndef MATIOCPP_FILE_TPP
9#define MATIOCPP_FILE_TPP
12const input &matioCpp::File::getVariable(
const input& it)
17template<
class key,
class input>
23template <
class iterator>
26 for (iterator
it = begin;
it != end; ++
it)
bool write(const Variable &variable, matioCpp::Compression compression=matioCpp::Compression::None)
Write a Variable to a file.
MultiDimensionalArray is a particular type of Variable specialized for multidimensional arrays of a g...
Compression
Compression type when writing to a file.