Predicate that determines if a spectrum has a certain scan mode. More...
#include <OpenMS/KERNEL/RangeUtils.h>
Public Member Functions | |
| HasScanMode (Int mode, bool reverse=false) | |
| Constructor. | |
| bool | operator() (const SpectrumType &s) const |
Protected Attributes | |
| Int | mode_ |
| bool | reverse_ |
Predicate that determines if a spectrum has a certain scan mode.
SpectrumType must be a Spectrum or have the same interface (SpectrumSettings)
| HasScanMode | ( | Int | mode, | |
| bool | reverse = false | |||
| ) | [inline] |
Constructor.
| mode | scan mode | |
| reverse | if reverse is true, operator() returns true if the spectrum has a different scan mode |
| bool operator() | ( | const SpectrumType & | s | ) | const [inline] |
References HasScanMode< SpectrumType >::mode_, and HasScanMode< SpectrumType >::reverse_.
Referenced by HasScanMode< SpectrumType >::operator()().
bool reverse_ [protected] |
Referenced by HasScanMode< SpectrumType >::operator()().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |