IsotopeDiffFilter returns total intensity of peak pairs that could result from isotope peaks. More...
#include <OpenMS/FILTERING/TRANSFORMERS/IsotopeDiffFilter.h>
Public Member Functions | |
| IsotopeDiffFilter () | |
| default constructor | |
| IsotopeDiffFilter (const IsotopeDiffFilter &source) | |
| copy constructor | |
| virtual | ~IsotopeDiffFilter () |
| destructor | |
| IsotopeDiffFilter & | operator= (const IsotopeDiffFilter &source) |
| assignment operator | |
|
| |
| template<typename SpectrumType > | |
| double | apply (SpectrumType &spectrum) |
| function call operator | |
| static FilterFunctor * | create () |
| static const String | getProductName () |
IsotopeDiffFilter returns total intensity of peak pairs that could result from isotope peaks.
Parameters of this class are:| Name | Type | Default | Restrictions | Description |
|---|---|---|---|---|
| tolerance | float | 0.37 | Tolerance value defined by Bern et al. |
default constructor
| IsotopeDiffFilter | ( | const IsotopeDiffFilter & | source | ) |
copy constructor
| virtual ~IsotopeDiffFilter | ( | ) | [virtual] |
destructor
| double apply | ( | SpectrumType & | ) | [inline] |
function call operator
Reimplemented from FilterFunctor.
| static FilterFunctor* create | ( | ) | [inline, static] |
| static const String getProductName | ( | ) | [inline, static] |
| IsotopeDiffFilter& operator= | ( | const IsotopeDiffFilter & | source | ) |
assignment operator
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |