85     void load(
const String & filename, std::vector<PeptideIdentification> & ids, 
PeakMap & exp);
 
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:93
 
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:73
 
File adapter for MSP files (NIST spectra library)
Definition: MSPFile.h:55
 
void load(const String &filename, std::vector< PeptideIdentification > &ids, PeakMap &exp)
Loads a map from a MSPFile file.
 
void parseHeader_(const String &header, PeakSpectrum &spec)
reads the header information and stores it as metainfo in the spectrum
 
MSPFile()
Default constructor.
 
MSPFile(const MSPFile &rhs)
Copy constructor.
 
~MSPFile() override
Destructor.
 
void store(const String &filename, const PeakMap &exp) const
Stores a map in a MSPFile file.
 
MSPFile & operator=(const MSPFile &rhs)
assignment operator
 
The representation of a 1D spectrum.
Definition: MSSpectrum.h:70
 
A more convenient string class.
Definition: String.h:60
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47