Comparator by position. As this class has dimension 1, this is basically an alias for MZLess. More...
#include <OpenMS/KERNEL/Peak1D.h>
Public Member Functions | |
| bool | operator() (const Peak1D &left, const Peak1D &right) const |
| bool | operator() (const Peak1D &left, const PositionType &right) const |
| bool | operator() (const PositionType &left, const Peak1D &right) const |
| bool | operator() (const PositionType &left, const PositionType &right) const |
Comparator by position. As this class has dimension 1, this is basically an alias for MZLess.
References Peak1D::getPosition().
| bool operator() | ( | const PositionType & | left, | |
| const PositionType & | right | |||
| ) | const [inline] |
| bool operator() | ( | const PositionType & | left, | |
| const Peak1D & | right | |||
| ) | const [inline] |
References Peak1D::getPosition().
| bool operator() | ( | const Peak1D & | left, | |
| const PositionType & | right | |||
| ) | const [inline] |
References Peak1D::getPosition().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |