35 #ifndef OPENMS_FILTERING_TRANSFORMERS_PEAKMARKER_H
36 #define OPENMS_FILTERING_TRANSFORMERS_PEAKMARKER_H
66 template <
typename SpectrumType>
67 void apply(std::map<double, bool> & , SpectrumType & ) {}
78 #endif // OPENMS_FILTERING_TRANSFORMERS_PEAKMARKER_H
A more convenient string class.
Definition: String.h:57
static const String getProductName()
Definition: PeakMarker.h:70
void apply(std::map< double, bool > &, SpectrumType &)
method to mark peaks
Definition: PeakMarker.h:67
PeakMarker marks peaks that seem to fulfill some criterion.
Definition: PeakMarker.h:48
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92