 |
OpenMS
3.0.0
|
|
Go to the documentation of this file.
91 return flags_[index.first][index.second];
97 return flags_[index.first][index.second];
101 Param getParameters(
const String& algorithm_name)
const;
The purpose of this struct is to provide definitions of classes and typedefs which are used throughou...
Definition: FeatureFinderDefs.h:50
A more convenient string class.
Definition: String.h:58
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:70
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:52
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
The main feature finder class.
Definition: FeatureFinder.h:56
IsotopeCluster::IndexPair IndexPair
Index to peak consisting of two UInts (scan index / peak index)
Definition: FeatureFinderDefs.h:53
A container for features.
Definition: FeatureMap.h:98
Management and storage of parameters / INI files.
Definition: Param.h:69
const Flag & getPeakFlag(const IndexPair &index) const
Returns a non-mutable reference to a peak flag.
Definition: FeatureFinder.h:89