normalization class More...
#include <Normalization.h>


Public Member Functions | |
| Normalization () | |
| constructor | |
| virtual | ~Normalization () |
| destructor | |
| void | setNormalizInfo (kome::plugin::PluginCall *func, kome::objects::SettingParameterValues *settings, kome::objects::DataGroupNode *stdGroup) |
| sets filter information More... | |
Public Member Functions inherited from kome::objects::XYDataOperation | |
| XYDataOperation () | |
| constructor | |
| virtual | ~XYDataOperation () |
| destructor | |
| void | setName (const char *name) |
| sets name More... | |
| const char * | getName () |
| gets name More... | |
| void | setIndex (int index) |
| set index More... | |
| int | getIndex () |
| get index More... | |
| void | update (kome::core::XYData &src, kome::core::XYData &dst, Chromatogram &chrom) |
| updates xy data More... | |
| void | update (kome::core::XYData &src, kome::core::XYData &dst, Spectrum &spec) |
| updates xy data More... | |
| void | update (kome::core::XYData &src, kome::core::XYData &dst, Sample &sample) |
| updates xy data More... | |
Protected Member Functions | |
| void | init () |
| initializes | |
| virtual void | getUpdatedData (kome::core::XYData &src, kome::core::XYData &dst, kome::objects::Spectrum *spec) |
| gets updated data points More... | |
| virtual void | onUpdate (kome::core::XYData &src, kome::core::XYData &dst, kome::objects::Chromatogram &chrom) |
| This method is called by update method. (override method) More... | |
| virtual void | onUpdate (kome::core::XYData &src, kome::core::XYData &dst, kome::objects::Spectrum &spec) |
| This method is called by update method. (override method) More... | |
| virtual void | onUpdate (kome::core::XYData &src, kome::core::XYData &dst, kome::objects::Sample &sample) |
| This method is called by update method. (override method) More... | |
Protected Attributes | |
| kome::plugin::PluginCall * | m_fun |
| kome::objects::SettingParameterValues | m_settings |
| kome::objects::DataGroupNode * | m_stdGroup |
| kome::objects::DataGroupNode * | m_trmtGroup |
Protected Attributes inherited from kome::objects::XYDataOperation | |
| std::string | m_name |
| int | m_index |
normalization class
Definition at line 28 of file Normalization.h.
|
protectedvirtual |
gets updated data points
| [in] | src | source xy data |
| [out] | dst | the object to store updated xy data |
| [in] | spec | spectrum |
Definition at line 99 of file Normalization.cpp.
|
protectedvirtual |
This method is called by update method. (override method)
| [in] | src | source xy data |
| [out] | dst | the object to store updated xy data |
| [in] | chrom | chromatogram |
Implements kome::objects::XYDataOperation.
Definition at line 126 of file Normalization.cpp.

|
protectedvirtual |
This method is called by update method. (override method)
| [in] | src | source xy data |
| [out] | dst | the object to store updated xy data |
| [in] | spec | spectrum |
Implements kome::objects::XYDataOperation.
Definition at line 136 of file Normalization.cpp.

|
protectedvirtual |
This method is called by update method. (override method)
| [in] | src | source xy data |
| [out] | dst | the object to store updated xy data |
| [in] | sample | sample object |
Implements kome::objects::XYDataOperation.
Definition at line 146 of file Normalization.cpp.

| void kome::operation::Normalization::setNormalizInfo | ( | kome::plugin::PluginCall * | func, |
| kome::objects::SettingParameterValues * | settings, | ||
| kome::objects::DataGroupNode * | stdGroup | ||
| ) |
sets filter information
| [in] | func | filter function |
| [in] | settings | setting parameter values |
| [in] | stdGroup | standard group |
Definition at line 49 of file Normalization.cpp.

|
protected |
filter function
Definition at line 44 of file Normalization.h.
|
protected |
parameters
Definition at line 47 of file Normalization.h.
|
protected |
standard group
Definition at line 50 of file Normalization.h.
|
protected |
treatment group
Definition at line 53 of file Normalization.h.
1.8.6