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 (DoubleReal min_size, DoubleReal max_size, bool reverse=false) | |
| Constructor.  More... | |
| bool | operator() (const SpectrumType &s) const | 
| Private Attributes | |
| DoubleReal | min_size_ | 
| DoubleReal | 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()().
| OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:32 using doxygen 1.8.5 |