#include <OpenMS/METADATA/ProcessingMethod.h>
Public Member Functions | |
ProcessingMethod () | |
Constructor. | |
ProcessingMethod (const ProcessingMethod &source) | |
Copy construcor. | |
~ProcessingMethod () | |
Destructor. | |
ProcessingMethod & | operator= (const ProcessingMethod &source) |
Assignement operator. | |
bool | operator== (const ProcessingMethod &rhs) const |
Equality operator. | |
bool | operator!= (const ProcessingMethod &rhs) const |
Equality operator. | |
bool | getDeisotoping () const |
returns wether deisotoping was applied (default is 'false') | |
void | setDeisotoping (bool deisotoping) |
sets wether deisotoping was applied | |
bool | getChargeDeconvolution () const |
returns wether charge deconvolution was performed (default is 'false') | |
void | setChargeDeconvolution (bool charge_deconvolution) |
sets wether charge deconvolution was performed | |
SpectrumSettings::SpectrumType | getSpectrumType () const |
returns the peak type | |
void | setSpectrumType (SpectrumSettings::SpectrumType method) |
sets the peak type | |
float | getIntensityCutoff () const |
returns the intensity cutoff | |
void | setIntensityCutoff (float cutoff) |
sets the intensity cutoff | |
Protected Attributes | |
bool | deisotoping_ |
bool | charge_deconvolution_ |
SpectrumSettings::SpectrumType | method_ |
float | intensity_cutoff_ |
ProcessingMethod | ( | ) |
Constructor.
ProcessingMethod | ( | const ProcessingMethod & | source | ) |
Copy construcor.
~ProcessingMethod | ( | ) |
Destructor.
ProcessingMethod& operator= | ( | const ProcessingMethod & | source | ) |
Assignement operator.
bool operator== | ( | const ProcessingMethod & | rhs | ) | const |
Equality operator.
bool operator!= | ( | const ProcessingMethod & | rhs | ) | const |
Equality operator.
bool getDeisotoping | ( | ) | const |
returns wether deisotoping was applied (default is 'false')
void setDeisotoping | ( | bool | deisotoping | ) |
sets wether deisotoping was applied
bool getChargeDeconvolution | ( | ) | const |
returns wether charge deconvolution was performed (default is 'false')
void setChargeDeconvolution | ( | bool | charge_deconvolution | ) |
sets wether charge deconvolution was performed
SpectrumSettings::SpectrumType getSpectrumType | ( | ) | const |
returns the peak type
void setSpectrumType | ( | SpectrumSettings::SpectrumType | method | ) |
sets the peak type
float getIntensityCutoff | ( | ) | const |
returns the intensity cutoff
void setIntensityCutoff | ( | float | cutoff | ) |
sets the intensity cutoff
bool deisotoping_ [protected] |
bool charge_deconvolution_ [protected] |
SpectrumSettings::SpectrumType method_ [protected] |
float intensity_cutoff_ [protected] |
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |