#include <OpenMS/FILTERING/TRANSFORMERS/BernNorm.h>
For exact formula look in Bioinformatics, Aug 2004; 20: i49 - i54
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 | |
static PreprocessingFunctor * | create () |
static const String | getProductName () |
Public Member Functions | |
BernNorm () | |
standard constructor | |
BernNorm (const BernNorm &source) | |
copy constructor | |
virtual | ~BernNorm () |
destructor | |
BernNorm & | operator= (const BernNorm &source) |
assignment operator |
BernNorm | ( | ) |
standard constructor
virtual ~BernNorm | ( | ) | [virtual] |
destructor
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.
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |