35 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_FEATUREFINDERALGORITHMMRM_H
36 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_FEATUREFINDERALGORITHMMRM_H
42 class InterpolationModel;
94 static const String getProductName();
101 virtual void updateMembers_();
106 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_FEATUREFINDERALGORITHMMRM_H
Param defaults_
Container for default parameters. This member should be filled in the constructor of derived classes!...
Definition: DefaultParamHandler.h:157
A more convenient string class.
Definition: String.h:57
FeatureFinder * ff_
Pointer to the calling FeatureFinder that is used to access the feature flags.
Definition: FeatureFinderAlgorithm.h:145
FeatureFinderAlgorithm for MRM experiments.
Definition: FeatureFinderAlgorithmMRM.h:60
FeatureMap * features_
Output data pointer.
Definition: FeatureFinderAlgorithm.h:142
Param param_
Container for current parameters.
Definition: DefaultParamHandler.h:150
const MapType * map_
Input data pointer.
Definition: FeatureFinderAlgorithm.h:139
Retention time dimension id (0 if used as a const int)
Definition: Peak2D.h:76
Abstract base class for FeatureFinder algorithms.
Definition: FeatureFinderAlgorithm.h:74
MapType::SpectrumType SpectrumType
Definition: FeatureFinderAlgorithmMRM.h:68
Mass-to-charge dimension id (1 if used as a const int)
Definition: Peak2D.h:77
FeatureFinderAlgorithm::MapType MapType
Definition: FeatureFinderAlgorithmMRM.h:67
The purpose of this struct is to provide definitions of classes and typedefs which are used throughou...
Definition: FeatureFinderDefs.h:51
std::vector< FloatDataArray > FloatDataArrays
Float data array vector type.
Definition: MSSpectrum.h:111
Abstract class for 1D-models that are approximated using linear interpolation.
Definition: InterpolationModel.h:55
SpectrumType::FloatDataArrays FloatDataArrays
Definition: FeatureFinderAlgorithmMRM.h:69