91 return flags_[index.first][index.second];
97 return flags_[index.first][index.second];
101 Param getParameters(
const String& algorithm_name)
const;
IsotopeCluster::IndexPair IndexPair
Index to peak consisting of two UInts (scan index / peak index)
Definition: FeatureFinderDefs.h:53
A more convenient string class.
Definition: String.h:57
A container for features.
Definition: FeatureMap.h:93
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
The purpose of this struct is to provide definitions of classes and typedefs which are used throughou...
Definition: FeatureFinderDefs.h:50
const Flag & getPeakFlag(const IndexPair &index) const
Returns a non-mutable reference to a peak flag.
Definition: FeatureFinder.h:89
Management and storage of parameters / INI files.
Definition: Param.h:74
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
Flag & getPeakFlag(const IndexPair &index)
Returns mutable reference to a peak flag.
Definition: FeatureFinder.h:95
std::vector< std::vector< Flag > > flags_
Container for flags attached to input data.
Definition: FeatureFinder.h:106
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:54
The main feature finder class.
Definition: FeatureFinder.h:56