filter class More...
#include <Filter.h>


Public Member Functions | |
| Filter () | |
| constructor | |
| virtual | ~Filter () |
| destructor | |
| void | setFilterInfo (kome::plugin::PluginCall *func, kome::objects::SettingParameterValues *settings) |
| 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) |
| 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 |
Protected Attributes inherited from kome::objects::XYDataOperation | |
| std::string | m_name |
| int | m_index |
|
protectedvirtual |
gets updated data points
| [in] | src | source xy data |
| [out] | dst | the object to store updated xy data |
Definition at line 91 of file Filter.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 121 of file Filter.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 130 of file Filter.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 |
Implements kome::objects::XYDataOperation.
Definition at line 139 of file Filter.cpp.

| void kome::operation::Filter::setFilterInfo | ( | kome::plugin::PluginCall * | func, |
| kome::objects::SettingParameterValues * | settings | ||
| ) |
sets filter information
| [in] | func | filter function |
| [in] | settings | setting parameter values |
Definition at line 48 of file Filter.cpp.

|
protected |
|
protected |
1.8.6