#include <OpenMS/FILTERING/TRANSFORMERS/ComplementFilter.h>
ComplementFilter Parameters are explained on a separate page.
template<typename SpectrumType> | |
double | apply (SpectrumType &spectrum) |
returns the total intensity of peak pairs which could result from complementing fragments | |
static FilterFunctor * | create () |
static const String | getProductName () |
returns the name for registration at the factory | |
Public Member Functions | |
ComplementFilter () | |
standard constructor | |
ComplementFilter (const ComplementFilter &source) | |
copy constructor | |
virtual | ~ComplementFilter () |
destructor | |
ComplementFilter & | operator= (const ComplementFilter &source) |
assignment operator |
ComplementFilter | ( | ) |
standard constructor
ComplementFilter | ( | const ComplementFilter & | source | ) |
copy constructor
virtual ~ComplementFilter | ( | ) | [virtual] |
destructor
ComplementFilter& operator= | ( | const ComplementFilter & | source | ) |
assignment operator
static FilterFunctor* create | ( | ) | [inline, static] |
double apply | ( | SpectrumType & | spectrum | ) | [inline] |
returns the total intensity of peak pairs which could result from complementing fragments
Reimplemented from FilterFunctor.
static const String getProductName | ( | ) | [inline, static] |
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |