OpenMS
InIntensityRange< PeakType > Class Template Reference

Predicate that determines if a peak lies inside/outside a specific intensity range. More...

#include <OpenMS/KERNEL/RangeUtils.h>

Collaboration diagram for InIntensityRange< PeakType >:
[legend]

Public Member Functions

 InIntensityRange (double min, double max, bool reverse=false)
 Constructor. More...
 
bool operator() (const PeakType &p) const
 

Protected Attributes

double min_
 
double max_
 
bool reverse_
 

Detailed Description

template<class PeakType>
class OpenMS::InIntensityRange< PeakType >

Predicate that determines if a peak lies inside/outside a specific intensity range.

PeakType must have a getIntensity() method.

Constructor & Destructor Documentation

◆ InIntensityRange()

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

Constructor.

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

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ max_

double max_
protected

◆ min_

double min_
protected

◆ reverse_

bool reverse_
protected