#include <OpenMS/KERNEL/RangeUtils.h>
SpectrumType must be a Spectrum or have the same interface
Public Member Functions | |
InMSLevelRange (const std::vector< UInt > &levels, bool reverse=false) | |
Constructor. | |
bool | operator() (const SpectrumType &s) const |
Protected Attributes | |
std::vector< UInt > | levels_ |
bool | reverse_ |
InMSLevelRange | ( | const std::vector< UInt > & | levels, | |
bool | reverse = false | |||
) | [inline] |
Constructor.
levels | an array of MS levels | |
reverse | if reverse is true, operator() return true if the spectrum lies outside the set |
bool operator() | ( | const SpectrumType & | s | ) | const [inline] |
bool reverse_ [protected] |
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |