OpenMS
InRTRange< SpectrumType > Class Template Reference

Predicate that determines if a spectrum lies inside/outside a specific retention time range. More...

#include <OpenMS/KERNEL/RangeUtils.h>

Collaboration diagram for InRTRange< SpectrumType >:
[legend]

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_
 

Detailed Description

template<class SpectrumType>
class OpenMS::InRTRange< SpectrumType >

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 & Destructor Documentation

◆ InRTRange()

InRTRange ( double  min,
double  max,
bool  reverse = false 
)
inline

Constructor.

Parameters
minlower boundary
maxupper boundary
reverseif reverse is true, operator() returns true if the spectrum lies outside the range

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ max_

double max_
protected

◆ min_

double min_
protected

◆ reverse_

bool reverse_
protected