Predicate that determines if a spectrum is a zoom (enhanced resolution) spectrum. More...
#include <OpenMS/KERNEL/RangeUtils.h>
Public Member Functions | |
| IsZoomSpectrum (bool reverse=false) | |
| Constructor. | |
| bool | operator() (const SpectrumType &s) const |
Protected Attributes | |
| bool | reverse_ |
Predicate that determines if a spectrum is a zoom (enhanced resolution) spectrum.
SpectrumType must have a getInstrumentSettings() method
| IsZoomSpectrum | ( | bool | reverse = false |
) | [inline, explicit] |
Constructor.
| reverse | if reverse is true, operator() returns true if the spectrum is not a zoom spectrum |
| bool operator() | ( | const SpectrumType & | s | ) | const [inline] |
References IsZoomSpectrum< SpectrumType >::reverse_.
bool reverse_ [protected] |
Referenced by IsZoomSpectrum< SpectrumType >::operator()().
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:55 using doxygen 1.7.1 |