91 return flags_[index.first][index.second];
97 return flags_[index.first][index.second];
The main feature finder class.
Definition: FeatureFinder.h:59
virtual ~FeatureFinder()
Destructor.
const Flag & getPeakFlag(const IndexPair &index) const
Returns a non-mutable reference to a peak flag.
Definition: FeatureFinder.h:89
FeatureFinder()
Default constructor.
void run(const String &algorithm_name, PeakMap &input_map, FeatureMap &features, const Param ¶m, const FeatureMap &seeds)
Executes the FeatureFinder using the given algorithm.
std::vector< std::vector< Flag > > flags_
Container for flags attached to input data.
Definition: FeatureFinder.h:106
Param getParameters(const String &algorithm_name) const
Returns the default parameters for the algorithm with name algorithm_name.
Flag & getPeakFlag(const IndexPair &index)
Returns mutable reference to a peak flag.
Definition: FeatureFinder.h:95
A container for features.
Definition: FeatureMap.h:105
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:80
Management and storage of parameters / INI files.
Definition: Param.h:70
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
A more convenient string class.
Definition: String.h:61
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
Flag
Flags that indicate if a peak is already used in a feature.
Definition: FeatureFinderDefs.h:62
IsotopeCluster::IndexPair IndexPair
Index to peak consisting of two UInts (scan index / peak index)
Definition: FeatureFinderDefs.h:53