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