Predicate that determines if a spectrum lies inside/outside a specific MS level set. More...
#include <OpenMS/KERNEL/RangeUtils.h>
Public Member Functions | |
| InMSLevelRange (const IntList &levels, bool reverse=false) | |
| Constructor. | |
| bool | operator() (const SpectrumType &s) const |
Protected Attributes | |
| IntList | levels_ |
| bool | reverse_ |
Predicate that determines if a spectrum lies inside/outside a specific MS level set.
SpectrumType must be a Spectrum or have the same interface
| InMSLevelRange | ( | const IntList & | levels, | |
| bool | reverse = false | |||
| ) | [inline] |
Constructor.
| levels | an array of MS levels | |
| reverse | if reverse is true, operator() returns true if the spectrum lies outside the set |
| bool operator() | ( | const SpectrumType & | s | ) | const [inline] |
Referenced by InMSLevelRange< SpectrumType >::operator()().
bool reverse_ [protected] |
Referenced by InMSLevelRange< SpectrumType >::operator()().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |