Comparator by intensity. More...
#include <OpenMS/KERNEL/ChromatogramPeak.h>
Public Member Functions | |
| bool | operator() (ChromatogramPeak const &left, ChromatogramPeak const &right) const |
| bool | operator() (ChromatogramPeak const &left, IntensityType right) const |
| bool | operator() (IntensityType left, ChromatogramPeak const &right) const |
| bool | operator() (IntensityType left, IntensityType right) const |
Comparator by intensity.
| bool operator() | ( | ChromatogramPeak const & | left, | |
| ChromatogramPeak const & | right | |||
| ) | const [inline] |
References ChromatogramPeak::getIntensity().
| bool operator() | ( | IntensityType | left, | |
| IntensityType | right | |||
| ) | const [inline] |
| bool operator() | ( | IntensityType | left, | |
| ChromatogramPeak const & | right | |||
| ) | const [inline] |
References ChromatogramPeak::getIntensity().
| bool operator() | ( | ChromatogramPeak const & | left, | |
| IntensityType | right | |||
| ) | const [inline] |
References ChromatogramPeak::getIntensity().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:54 using doxygen 1.7.1 |