35 #ifndef OPENMS_TRANSFORMATIONS_FEATUREFINDER_FEATUREFINDER_H 36 #define OPENMS_TRANSFORMATIONS_FEATUREFINDER_FEATUREFINDER_H 92 return flags_[index.first][index.second];
98 return flags_[index.first][index.second];
102 Param getParameters(
const String& algorithm_name)
const;
113 #endif // OPENMS_TRANSFORMATIONS_FEATUREFINDER_FEATUREFINDER_H IsotopeCluster::IndexPair IndexPair
Index to peak consisting of two UInts (scan index / peak index)
Definition: FeatureFinderDefs.h:54
A more convenient string class.
Definition: String.h:57
A container for features.
Definition: FeatureMap.h:94
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
The purpose of this struct is to provide definitions of classes and typedefs which are used throughou...
Definition: FeatureFinderDefs.h:51
const Flag & getPeakFlag(const IndexPair &index) const
Returns a non-mutable reference to a peak flag.
Definition: FeatureFinder.h:90
Management and storage of parameters / INI files.
Definition: Param.h:75
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
Flag & getPeakFlag(const IndexPair &index)
Returns mutable reference to a peak flag.
Definition: FeatureFinder.h:96
std::vector< std::vector< Flag > > flags_
Container for flags attached to input data.
Definition: FeatureFinder.h:107
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
The main feature finder class.
Definition: FeatureFinder.h:57