OpenMS
Loading...
Searching...
No Matches
FeatureFinderAlgorithmPickedHelperStructs::Seed Struct Reference

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

#include <OpenMS/FEATUREFINDER/FeatureFinderAlgorithmPickedHelperStructs.h>

Collaboration diagram for FeatureFinderAlgorithmPickedHelperStructs::Seed:
[legend]

Public Member Functions

bool operator< (const Seed &rhs) const
 Comparison operator.
 

Public Attributes

Size spectrum
 Spectrum index.
 
Size peak
 Peak index.
 
float intensity
 Intensity.
 

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.