OpenMS
InMSLevelRange< SpectrumType > Class Template Reference

Predicate that determines if a spectrum lies inside/outside a specific MS level set. More...

#include <OpenMS/KERNEL/RangeUtils.h>

Collaboration diagram for InMSLevelRange< SpectrumType >:
[legend]

Public Member Functions

 InMSLevelRange (const IntList &levels, bool reverse=false)
 Constructor. More...
 
bool operator() (const SpectrumType &s) const
 

Protected Attributes

IntList levels_
 
bool reverse_
 

Detailed Description

template<class SpectrumType>
class OpenMS::InMSLevelRange< SpectrumType >

Predicate that determines if a spectrum lies inside/outside a specific MS level set.

SpectrumType must be a Spectrum or have the same interface

Constructor & Destructor Documentation

◆ InMSLevelRange()

InMSLevelRange ( const IntList levels,
bool  reverse = false 
)
inline

Constructor.

Parameters
levelsan array of MS levels
reverseif reverse is true, operator() returns true if the spectrum lies outside the set

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ levels_

IntList levels_
protected

◆ reverse_

bool reverse_
protected