Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

MarkerMower Class Reference
[Spectra Preprocessors]

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

Inheritance diagram for MarkerMower:

PreprocessingFunctor FactoryProduct DefaultParamHandler

List of all members.


Detailed Description

MarkerMower uses PeakMarker to find peaks, those that are not marked get removed.
template<typename SpectrumType>
void filterSpectrum (SpectrumType &spectrum)
 this is just an interface method, it must be implemented in the derived classes
void filterPeakSpectrum (PeakSpectrum &spectrum)
 filters an MSSpectrum, this method should be overwritten in the derived classes
void filterPeakMap (PeakMap &exp)
 filters an MSExperiment, this method should be overwritten in the derived classes
void insertmarker (PeakMarker *peak_marker)
 insert new Marker (violates the PreprocessingFunctor interface)
static PreprocessingFunctorcreate ()
static const String getProductName ()

Public Member Functions

 MarkerMower ()
 default constructor
 MarkerMower (const MarkerMower &source)
 copy constructor
virtual ~MarkerMower ()
 destructor
MarkerMoweroperator= (const MarkerMower &source)
 assignment operator

Private Attributes

std::vector< PeakMarker * > markers_
 used peak markers

Constructor & Destructor Documentation

MarkerMower (  ) 

default constructor

MarkerMower ( const MarkerMower source  ) 

copy constructor

virtual ~MarkerMower (  )  [virtual]

destructor


Member Function Documentation

MarkerMower& operator= ( const MarkerMower source  ) 

assignment operator

static PreprocessingFunctor* create (  )  [inline, static]

void filterSpectrum ( SpectrumType &   )  [inline]

this is just an interface method, it must be implemented in the derived classes

Reimplemented from PreprocessingFunctor.

void filterPeakSpectrum ( PeakSpectrum spectrum  )  [virtual]

filters an MSSpectrum, this method should be overwritten in the derived classes

Implements PreprocessingFunctor.

void filterPeakMap ( PeakMap exp  )  [virtual]

filters an MSExperiment, this method should be overwritten in the derived classes

Implements PreprocessingFunctor.

static const String getProductName (  )  [inline, static]

Reimplemented from PreprocessingFunctor.

void insertmarker ( PeakMarker peak_marker  ) 

insert new Marker (violates the PreprocessingFunctor interface)


Member Data Documentation

std::vector<PeakMarker*> markers_ [private]

used peak markers


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1