default alignment class More...
#include <Alignment.h>


Public Member Functions | |
| DefaultAlignment () | |
| constructor | |
| virtual | ~DefaultAlignment () |
| destructor | |
Public Member Functions inherited from kome::operation::Alignment | |
| Alignment () | |
| constructor | |
| virtual | ~Alignment () |
| destructor | |
| void | prepare (kome::objects::Sample *standard, kome::objects::Sample *treatment, kome::core::Progress *progress) |
| prepares alignment More... | |
| double | convertRt (const double rt, const double mz) |
| gets aligned RT More... | |
| double | convertMz (const double rt, const double mz) |
| gets aligned m/z More... | |
| double | invertRt (const double rt, const double mz) |
| gets RT before alignment More... | |
| double | invertMz (const double rt, const double mz) |
| gets m/z before alignment More... | |
Protected Member Functions | |
| virtual void | onPrepare (kome::objects::Sample *standard, kome::objects::Sample *treatment, kome::core::Progress *progress) |
| This method is called by prepare method. (override method) More... | |
| virtual double | onConvertRt (const double rt, const double mz) |
| This method is called by convertRt method. (override method) More... | |
| virtual double | onConvertMz (const double rt, const double mz) |
| This method is called by convertMz method. (override method) More... | |
| virtual double | onInvertRt (const double rt, const double mz) |
| This method is called by invertRt method. (override method) More... | |
| virtual double | onInvertMz (const double rt, const double mz) |
| This method is called by invertMz method. (override method) More... | |
Protected Member Functions inherited from kome::operation::Alignment | |
| kome::objects::Sample * | getStandardSample () |
| gets the standard sample More... | |
| kome::objects::Sample * | getTreatmentSample () |
| gets the treatment sample More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from kome::operation::Alignment | |
| static Alignment & | getDefaultAlignment () |
| gets default alignment More... | |
Protected Attributes inherited from kome::operation::Alignment | |
| kome::objects::Sample * | m_standard |
| kome::objects::Sample * | m_treatment |
default alignment class
Definition at line 167 of file Alignment.h.
|
protectedvirtual |
This method is called by convertMz method. (override method)
| [in] | rt | RT before alignment |
| [in] | mz | m/z before alignment |
Implements kome::operation::Alignment.
Definition at line 154 of file Alignment.cpp.
|
protectedvirtual |
This method is called by convertRt method. (override method)
| [in] | rt | RT before alignment |
| [in] | mz | m/z before alignment |
Implements kome::operation::Alignment.
Definition at line 149 of file Alignment.cpp.
|
protectedvirtual |
This method is called by invertMz method. (override method)
| [in] | rt | aligned RT |
| [in] | mz | aligned m/z |
Implements kome::operation::Alignment.
Definition at line 164 of file Alignment.cpp.
|
protectedvirtual |
This method is called by invertRt method. (override method)
| [in] | rt | aligned RT |
| [in] | mz | aligned m/z |
Implements kome::operation::Alignment.
Definition at line 159 of file Alignment.cpp.
|
protectedvirtual |
This method is called by prepare method. (override method)
| [in] | standard | standard sample |
| [in] | treatment | treatment sample |
| [in,out] | progress | the object to show the progress |
Implements kome::operation::Alignment.
Definition at line 144 of file Alignment.cpp.
1.8.6