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