|
OpenMS
2.5.0
|
Go to the documentation of this file.
41 class InterpolationModel;
93 static const String getProductName();
100 void updateMembers_()
override;
FeatureFinderAlgorithm for MRM experiments.
Definition: FeatureFinderAlgorithmMRM.h:59
The purpose of this struct is to provide definitions of classes and typedefs which are used throughou...
Definition: FeatureFinderDefs.h:50
MapType::SpectrumType SpectrumType
Definition: FeatureFinderAlgorithmMRM.h:67
FeatureFinder * ff_
Pointer to the calling FeatureFinder that is used to access the feature flags.
Definition: FeatureFinderAlgorithm.h:145
A more convenient string class.
Definition: String.h:58
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
Mass-to-charge dimension id (1 if used as a const int)
Definition: Peak2D.h:76
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
FeatureFinderAlgorithm::MapType MapType
Definition: FeatureFinderAlgorithmMRM.h:66
SpectrumType::FloatDataArrays FloatDataArrays
Definition: FeatureFinderAlgorithmMRM.h:68
Abstract class for 1D-models that are approximated using linear interpolation.
Definition: InterpolationModel.h:54
const MapType * map_
Input data pointer.
Definition: FeatureFinderAlgorithm.h:139
Abstract base class for FeatureFinder algorithms.
Definition: FeatureFinderAlgorithm.h:74
std::vector< FloatDataArray > FloatDataArrays
Definition: MSSpectrum.h:90
Param defaults_
Container for default parameters. This member should be filled in the constructor of derived classes!
Definition: DefaultParamHandler.h:156
Retention time dimension id (0 if used as a const int)
Definition: Peak2D.h:75
FeatureMap * features_
Output data pointer.
Definition: FeatureFinderAlgorithm.h:142
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67
Param param_
Container for current parameters.
Definition: DefaultParamHandler.h:149