Comparator by position. Lexicographical comparison (first RT then m/z) is done. More...
#include <OpenMS/KERNEL/Peak2D.h>
Public Member Functions | |
| bool | operator() (const Peak2D &left, const Peak2D &right) const |
| bool | operator() (const Peak2D &left, const PositionType &right) const |
| bool | operator() (const PositionType &left, const Peak2D &right) const |
| bool | operator() (const PositionType &left, const PositionType &right) const |
Comparator by position. Lexicographical comparison (first RT then m/z) is done.
References Peak2D::getPosition().
| bool operator() | ( | const PositionType & | left, | |
| const PositionType & | right | |||
| ) | const [inline] |
| bool operator() | ( | const PositionType & | left, | |
| const Peak2D & | right | |||
| ) | const [inline] |
References Peak2D::getPosition().
| bool operator() | ( | const Peak2D & | left, | |
| const PositionType & | right | |||
| ) | const [inline] |
References Peak2D::getPosition().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |