58 storage_formats_(supported_storage_formats)
68 return storage_formats_;
106 void storeVisibleSpectrum(
const MSSpectrum& spec,
const RangeAllType& visible_range,
const DataFilters& layer_filters);
113 void storeVisibleChromatogram(
const MSChromatogram& chrom,
const RangeAllType& visible_range,
const DataFilters& layer_filters);
116 void storeVisibleExperiment(
const PeakMap& exp,
const RangeAllType& visible_range,
const DataFilters& layer_filters);
137 void storeFullExperiment(
const PeakMap& exp);
156 void storeVisibleFM(
const FeatureMap& fm,
const RangeAllType& visible_range,
const DataFilters& layer_filters);
177 void storeFullFM(
const FeatureMap& fm);
196 void storeVisibleCM(
const ConsensusMap& cm,
const RangeAllType& visible_range,
const DataFilters& layer_filters);
217 void storeFullCM(
const ConsensusMap& cm);
Type
Actual file types enum.
Definition: FileTypes.h:56
LayerStoreDataIdentVisible()
Definition: LayerStoreData.h:231
FeatureMap fm_
the filtered data; used when saveToFile() is called
Definition: LayerStoreData.h:159
RangeManager< RangeRT, RangeMZ, RangeIntensity, RangeMobility > RangeAllType
Range which contains all known dimensions.
Definition: RangeManager.h:923
A more convenient string class.
Definition: String.h:58
PeakMap pm_
the filtered data; used when saveToFile() is called
Definition: LayerStoreData.h:119
Visitor which can save a full ConsensusMap; subsequently the data can be stored to a file...
Definition: LayerStoreData.h:207
LogType
Possible log types.
Definition: ProgressLogger.h:68
Visitor which can save a full experiment; subsequently the data can be stored to a file...
Definition: LayerStoreData.h:127
FileTypeList storage_formats_
file formats which can hold the data from the layer; The first item should be the preferred/default f...
Definition: LayerStoreData.h:83
A container for features.
Definition: FeatureMap.h:98
OpenMS identification format (.idXML)
Definition: FileTypes.h:64
MzData file (.mzData)
Definition: FileTypes.h:61
Visitor which can save a visible piece of data; subsequently the data can be stored to a file...
Definition: LayerStoreData.h:89
A container for consensus elements.
Definition: ConsensusMap.h:83
LayerStoreDataIdentAll()
Definition: LayerStoreData.h:252
ConsensusMap cm_
the filtered data; used when saveToFile() is called
Definition: LayerStoreData.h:199
Visitor which can save a full set of Identifications; subsequently the data can be stored to a file...
Definition: LayerStoreData.h:249
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Visitor which can save a full FeatureMap; subsequently the data can be stored to a file...
Definition: LayerStoreData.h:167
Visitor which can save a visible piece of data; subsequently the data can be stored to a file...
Definition: LayerStoreData.h:228
holds a vector of known file types, e.g. as a way to specify supported input formats ...
Definition: FileTypes.h:149
LayerStoreData(FileTypeList supported_storage_formats)
Definition: LayerStoreData.h:57
OpenMS consensus map format (.consensusXML)
Definition: FileTypes.h:65
LayerStoreDataPeakMapVisible()
Definition: LayerStoreData.h:93
Visitor which can save a visible piece of data; subsequently the data can be stored to a file...
Definition: LayerStoreData.h:186
IPeptideIds::PepIds ids_
the filtered data; used when saveToFile() is called
Definition: LayerStoreData.h:241
MSExperiment PeakMap
Two-dimensional map of raw data points or peaks.
Definition: StandardTypes.h:61
LayerStoreDataFeatureMapVisible()
Definition: LayerStoreData.h:149
FileTypeList getSupportedFileFormats() const
Which formats are supported when writing the file?
Definition: LayerStoreData.h:66
LayerStoreDataConsensusMapVisible()
Definition: LayerStoreData.h:189
OpenMS feature file (.featureXML)
Definition: FileTypes.h:63
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
LayerStoreDataPeakMapAll()
Definition: LayerStoreData.h:130
Base class to store either the currently visible or all data of a canvas.
Definition: LayerStoreData.h:54
Visitor which can save a visible piece of data; subsequently the data can be stored to a file...
Definition: LayerStoreData.h:146
LayerStoreDataConsensusMapAll()
Definition: LayerStoreData.h:210
MzML file (.mzML)
Definition: FileTypes.h:70
LayerStoreDataFeatureMapAll()
Definition: LayerStoreData.h:170
std::vector< PeptideIdentification > PepIds
Definition: IPeptideIds.h:51
MzXML file (.mzXML)
Definition: FileTypes.h:62