helper for saving a peakmap to a file
| 38 | |
| 39 | // helper for saving a peakmap to a file |
| 40 | void savePeakMapToFile(const String& path, const PeakMap& pm, const ProgressLogger::LogType lt, const FileTypes::Type /*ext*/) |
| 41 | { |
| 42 | FileHandler().storeExperiment(path, pm, lt); |
| 43 | } |
| 44 | |
| 45 | void LayerStoreDataPeakMapVisible::saveToFile(const String& path, const ProgressLogger::LogType lt) const |
| 46 | { |
no test coverage detected