16 class OnDiscMSExperiment;
A class to load an indexedmzML file.
Definition IndexedMzMLFileLoader.h:29
IndexedMzMLFileLoader()
Constructor.
void setOptions(const PeakFileOptions &)
set options for loading/storing
const PeakFileOptions & getOptions() const
Non-mutable access to the options for loading/storing.
~IndexedMzMLFileLoader()
Destructor.
void store(const String &filename, OnDiscPeakMap &exp)
Store a file from an on-disc data-structure.
PeakFileOptions options_
Options for storing.
Definition IndexedMzMLFileLoader.h:78
PeakFileOptions & getOptions()
Mutable access to the options for loading/storing.
bool load(const String &filename, OnDiscPeakMap &exp)
Load a file.
void store(const String &filename, PeakMap &exp)
Store a file from an in-memory data-structure.
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
Representation of a mass spectrometry experiment on disk.
Definition OnDiscMSExperiment.h:71
Options for loading files containing peak data.
Definition PeakFileOptions.h:22
A more convenient string class.
Definition String.h:34
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
OpenMS::OnDiscMSExperiment OnDiscPeakMap
Definition IndexedMzMLFileLoader.h:17