OpenMS
FeatureFinderAlgorithmPickedHelperStructs::Seed Struct Reference

Helper structure for seeds used in FeatureFinderAlgorithmPicked. More...

#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/FeatureFinderAlgorithmPickedHelperStructs.h>

Collaboration diagram for FeatureFinderAlgorithmPickedHelperStructs::Seed:
[legend]

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...
 

Detailed Description

Helper structure for seeds used in FeatureFinderAlgorithmPicked.

Member Function Documentation

◆ operator<()

bool operator< ( const Seed rhs) const

Comparison operator.

Member Data Documentation

◆ intensity

float intensity

Intensity.

◆ peak

Size peak

Peak index.

◆ spectrum

Size spectrum

Spectrum index.