Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages

ProcessingMethod Class Reference
[Metadata]

#include <OpenMS/METADATA/ProcessingMethod.h>

Inheritance diagram for ProcessingMethod:

MetaInfoInterface

List of all members.


Detailed Description

Descripton of the applied preprocessing steps.

Public Member Functions

 ProcessingMethod ()
 Constructor.
 ProcessingMethod (const ProcessingMethod &source)
 Copy construcor.
 ~ProcessingMethod ()
 Destructor.
ProcessingMethodoperator= (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_

Constructor & Destructor Documentation

ProcessingMethod (  ) 

Constructor.

ProcessingMethod ( const ProcessingMethod source  ) 

Copy construcor.

~ProcessingMethod (  ) 

Destructor.


Member Function Documentation

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


Member Data Documentation

bool deisotoping_ [protected]

bool charge_deconvolution_ [protected]

SpectrumSettings::SpectrumType method_ [protected]

float intensity_cutoff_ [protected]


The documentation for this class was generated from the following file:
Generated Tue Apr 1 15:36:46 2008 -- using doxygen 1.5.4 OpenMS / TOPP 1.1