|  | OpenMS
    2.6.0
    | 
Predicate that determines if the width of the isolation window of an MSn spectrum is in the given range. More...
#include <OpenMS/KERNEL/RangeUtils.h>
| Public Member Functions | |
| IsInIsolationWindowSizeRange (double min_size, double max_size, bool reverse=false) | |
| Constructor.  More... | |
| bool | operator() (const SpectrumType &s) const | 
| Private Attributes | |
| double | min_size_ | 
| double | max_size_ | 
| bool | reverse_ | 
Predicate that determines if the width of the isolation window of an MSn spectrum is in the given range.
| 
 | inline | 
Constructor.
| min_size | minimum width of the isolation window. | 
| max_size | maximum width of the isolation window. | 
| reverse | if reverseis true, operator() returns true if the width of the isolation window lies outside the range. | 
| 
 | inline | 
| 
 | private | 
Referenced by IsInIsolationWindowSizeRange< SpectrumType >::operator()().
| 
 | private | 
Referenced by IsInIsolationWindowSizeRange< SpectrumType >::operator()().
| 
 | private | 
Referenced by IsInIsolationWindowSizeRange< SpectrumType >::operator()().
 1.8.16
 1.8.16