#include <OpenMS/FILTERING/TRANSFORMERS/GoodDiffFilter.h>
GoodDiffFilter Parameters are explained on a separate page.
template<typename SpectrumType> | |
double | apply (SpectrumType &spectrum) |
function call operator | |
static FilterFunctor * | create () |
static const String | getProductName () |
Public Member Functions | |
GoodDiffFilter () | |
default constructor | |
GoodDiffFilter (const GoodDiffFilter &source) | |
copy constructor | |
virtual | ~GoodDiffFilter () |
destructor | |
GoodDiffFilter & | operator= (const GoodDiffFilter &source) |
assignment operator | |
Private Attributes | |
std::map< double, char > | aamass_ |
list of unique amino acid masses |
GoodDiffFilter | ( | ) |
default constructor
GoodDiffFilter | ( | const GoodDiffFilter & | source | ) |
copy constructor
virtual ~GoodDiffFilter | ( | ) | [virtual] |
destructor
GoodDiffFilter& operator= | ( | const GoodDiffFilter & | source | ) |
assignment operator
static FilterFunctor* create | ( | ) | [inline, static] |
double apply | ( | SpectrumType & | ) | [inline] |
static const String getProductName | ( | ) | [inline, static] |
Reimplemented from FilterFunctor.
std::map<double, char> aamass_ [private] |
list of unique amino acid masses
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |