Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Public Member Functions | Private Attributes

WindowMower Class Reference
[Spectra Preprocessors]

WindowMower augments the highest peaks in a sliding window. More...

#include <OpenMS/FILTERING/TRANSFORMERS/WindowMower.h>

Inheritance diagram for WindowMower:
DefaultParamHandler

List of all members.

Public Member Functions

template<typename SpectrumType >
void filterSpectrum (SpectrumType &spectrum)
void filterPeakSpectrum (PeakSpectrum &spectrum)
void filterPeakMap (PeakMap &exp)

 WindowMower ()
 default constructor
virtual ~WindowMower ()
 destructor
 WindowMower (const WindowMower &source)
 copy constructor
WindowMoweroperator= (const WindowMower &source)
 assignment operator

Private Attributes

DoubleReal windowsize_
UInt peakcount_

Detailed Description

WindowMower augments the highest peaks in a sliding window.

Parameters of this class are:

NameTypeDefaultRestrictionsDescription
windowsize float50  The size of the sliding window along the m/z axis.
peakcount int2  The number of peaks that should be kept.

Note:

Constructor & Destructor Documentation

WindowMower (  ) 

default constructor

virtual ~WindowMower (  )  [virtual]

destructor

WindowMower ( const WindowMower source  ) 

copy constructor


Member Function Documentation

void filterPeakMap ( PeakMap exp  ) 
void filterPeakSpectrum ( PeakSpectrum spectrum  ) 
void filterSpectrum ( SpectrumType &  spectrum  )  [inline]
WindowMower& operator= ( const WindowMower source  ) 

assignment operator


Member Data Documentation

UInt peakcount_ [private]

OpenMS / TOPP release 1.10.0 Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1