Ejemplo n.º 1
0
 void save(const std::string& filepath) const {
     io.save(filepath);
 }
Ejemplo n.º 2
0
 void save(const std::string& filepath) {
     dtm.save(filepath);
 }