|  | OpenMS
    2.6.0
    | 
Predicate that determines if a spectrum lies inside/outside a specific retention time range. More...
#include <OpenMS/KERNEL/RangeUtils.h>
| Public Member Functions | |
| InRTRange (double min, double max, bool reverse=false) | |
| Constructor.  More... | |
| bool | operator() (const SpectrumType &s) const | 
| Protected Attributes | |
| double | min_ | 
| double | max_ | 
| bool | reverse_ | 
Predicate that determines if a spectrum lies inside/outside a specific retention time range.
SpectrumType must be a Spectrum or have the same interface
Constructor.
| min | lower boundary | 
| max | upper boundary | 
| reverse | if reverseis true, operator() returns true if the spectrum lies outside the range | 
| 
 | inline | 
| 
 | protected | 
Referenced by InRTRange< SpectrumType >::operator()().
| 
 | protected | 
Referenced by InRTRange< SpectrumType >::operator()().
| 
 | protected | 
Referenced by InRTRange< SpectrumType >::operator()().
 1.8.16
 1.8.16