Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Protected Attributes | List of all members
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>

Inheritance diagram for InRTRange< SpectrumType >:

Public Member Functions

 InRTRange (DoubleReal min, DoubleReal max, bool reverse=false)
 Constructor. More...
 
bool operator() (const SpectrumType &s) const
 

Protected Attributes

DoubleReal min_
 
DoubleReal 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 ( DoubleReal  min,
DoubleReal  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

bool operator() ( const SpectrumType &  s) const
inline

Member Data Documentation

DoubleReal max_
protected
DoubleReal min_
protected
bool reverse_
protected

OpenMS / TOPP release 1.11.1 Documentation generated on Thu Nov 14 2013 11:19:32 using doxygen 1.8.5