Example #1
0
 void save(const std::string& filepath) const {
     io.save(filepath);
 }
Example #2
0
 void save(const std::string& filepath) {
     dtm.save(filepath);
 }