OpenMS
|
Helper structure for seeds used in FeatureFinderAlgorithmPicked. More...
#include <OpenMS/FEATUREFINDER/FeatureFinderAlgorithmPickedHelperStructs.h>
Public Member Functions | |
bool | operator< (const Seed &rhs) const |
Comparison operator. More... | |
Public Attributes | |
Size | spectrum |
Spectrum index. More... | |
Size | peak |
Peak index. More... | |
float | intensity |
Intensity. More... | |
Helper structure for seeds used in FeatureFinderAlgorithmPicked.
bool operator< | ( | const Seed & | rhs | ) | const |
Comparison operator.
float intensity |
Intensity.
Size peak |
Peak index.
Size spectrum |
Spectrum index.