#include <OpenMS/KERNEL/RangeUtils.h>
PeakType must be a DRawDataPoint or have the same interface.
Public Member Functions | |
InMzRange (DoubleReal min, DoubleReal max, bool reverse=false) | |
Constructor. | |
bool | operator() (const PeakType &p) const |
Protected Attributes | |
DoubleReal | min_ |
DoubleReal | max_ |
bool | reverse_ |
InMzRange | ( | DoubleReal | min, | |
DoubleReal | max, | |||
bool | reverse = false | |||
) | [inline] |
Constructor.
min | lower boundary | |
max | upper boundary | |
reverse | if reverse is true, operator() return true if the peak lies outside the range |
bool operator() | ( | const PeakType & | p | ) | const [inline] |
DoubleReal min_ [protected] |
DoubleReal max_ [protected] |
bool reverse_ [protected] |
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |