77     size_t getNrSpectra() 
const;
    79     size_t getNrChromatograms() 
const;
    83       return meta_ms_experiment_;
    94     static void store(
const String& filename, 
const PeakMap& map);
   109     void load_(
const String& filename);
 A more convenient string class. 
Definition: String.h:57
 
The representation of a chromatogram. 
Definition: MSChromatogram.h:54
 
std::ifstream ifs_
Internal filestream. 
Definition: CachedMzML.h:115
 
std::vector< std::streampos > chrom_index_
Definition: CachedMzML.h:125
 
Main OpenMS namespace. 
Definition: FeatureDeconvolution.h:46
 
The representation of a 1D spectrum. 
Definition: MSSpectrum.h:66
 
In-Memory representation of a mass spectrometry experiment. 
Definition: MSExperiment.h:77
 
An class that uses on-disk caching to read and write spectra and chromatograms. 
Definition: CachedMzML.h:53
 
size_t Size
Size type e.g. used as variable which can hold result of size() 
Definition: Types.h:127
 
const MSExperiment & getMetaData() const
Definition: CachedMzML.h:81
 
std::vector< std::streampos > spectra_index_
Indices. 
Definition: CachedMzML.h:124
 
MSExperiment meta_ms_experiment_
Meta data. 
Definition: CachedMzML.h:112
 
String filename_cached_
Name of the cached mzML file. 
Definition: CachedMzML.h:121
 
String filename_
Name of the mzML file. 
Definition: CachedMzML.h:118