|  | OpenMS
    2.6.0
    | 
 
 
  
  
 
Go to the documentation of this file.
   93     void loadBuffer(
const std::string& buffer, 
PeakMap& map);
 
  105     void loadSize(
const String & filename, 
Size& scount, 
Size& ccount);
 
  114     void store(
const String& filename, 
const PeakMap& map) 
const;
 
  122     void storeBuffer(std::string & output, 
const PeakMap& map) 
const;
 
  165     bool isValid(
const String& filename, std::ostream& os = std::cerr);
 
  187     std::map<UInt,std::pair<Size,Size>> getCentroidInfo(
const String& filename);
 
  
Base class for XML handlers.
Definition: XMLHandler.h:151
The interface of a consumer of spectra and chromatograms.
Definition: IMSDataConsumer.h:69
File adapter for MzML files.
Definition: MzMLFile.h:55
A more convenient string class.
Definition: String.h:59
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
String indexed_schema_location_
Location of indexed mzML schema.
Definition: MzMLFile.h:203
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
PeakFileOptions options_
Options for loading / storing.
Definition: MzMLFile.h:200
std::vector< String > StringList
Vector of String.
Definition: ListUtils.h:70
Options for loading files containing peak data.
Definition: PeakFileOptions.h:47
Base class for loading/storing XML files that have a handler derived from XMLHandler.
Definition: XMLFile.h:48