helper class to derive from for data that can be loaded and stored to a disk. More...
#include <mia/core/iodata.hh>
Public Member Functions | |
const std::string & | get_source_format () const |
void | set_source_format (const std::string &format) |
helper class to derive from for data that can be loaded and stored to a disk.
Interface halper class for all IO data classes - defines the get/set format functions.
const std::string& CIOData::get_source_format | ( | ) | const |
void CIOData::set_source_format | ( | const std::string & | format | ) |
Set the file format, the data was loaded from
format |