Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Protected Attributes | List of all members
HasScanPolarity< SpectrumType > Class Template Reference

Predicate that determines if a spectrum has a certain scan polarity. More...

#include <OpenMS/KERNEL/RangeUtils.h>

Inheritance diagram for HasScanPolarity< SpectrumType >:

Public Member Functions

 HasScanPolarity (Int polarity, bool reverse=false)
 Constructor. More...
 
bool operator() (const SpectrumType &s) const
 

Protected Attributes

Int polarity_
 
bool reverse_
 

Detailed Description

template<class SpectrumType>
class OpenMS::HasScanPolarity< SpectrumType >

Predicate that determines if a spectrum has a certain scan polarity.

SpectrumType must be a Spectrum or have the same interface (SpectrumSettings)

Constructor & Destructor Documentation

◆ HasScanPolarity()

HasScanPolarity ( Int  polarity,
bool  reverse = false 
)
inline

Constructor.

Parameters
modescan polarity
reverseif reverse is true, operator() returns true if the spectrum has a different scan polarity

Member Function Documentation

◆ operator()()

bool operator() ( const SpectrumType s) const
inline

Member Data Documentation

◆ polarity_

Int polarity_
protected

◆ reverse_

bool reverse_
protected

OpenMS / TOPP release 2.3.0 Documentation generated on Tue Jan 9 2018 18:22:09 using doxygen 1.8.13