Comparator that allows to compare the indices of two peaks by their intensity. More...
#include <OpenMS/TRANSFORMATIONS/FEATUREFINDER/FeaFiModule.h>
 
  
 | Public Member Functions | |
| IntensityLess (const FeaFiModuleType &module) | |
| Constructor that takes a FeaFiModule reference.  More... | |
| IntensityLess (const IntensityLess &rhs) | |
| Copy ctor.  More... | |
| bool | operator() (const typename FeatureFinderDefs::IndexPair &left, const typename FeatureFinderDefs::IndexPair &right) const | 
| Compare with respect to intensity.  More... | |
| Private Member Functions | |
| IntensityLess () | |
| Default ctor undefined since we cannot compare without a FeaFiModule.  More... | |
| Private Attributes | |
| const FeaFiModuleType & | module_ | 
| Reference to the FeaFiModule.  More... | |
Comparator that allows to compare the indices of two peaks by their intensity.
| 
 | inline | 
Constructor that takes a FeaFiModule reference.
| 
 | inline | 
Copy ctor.
| 
 | private | 
Default ctor undefined since we cannot compare without a FeaFiModule.
| 
 | inline | 
Compare with respect to intensity.
References IntensityLess< FeaFiModuleType >::module_.
| 
 | private | 
Reference to the FeaFiModule.
Referenced by IntensityLess< FeaFiModuleType >::operator()().
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:38 using doxygen 1.8.5 |