m/z range filter class More...
#include <Filter.h>


Public Member Functions | |
| MzRangeFilter (double startMz, double endMz) | |
| constructor More... | |
| virtual | ~MzRangeFilter () |
| destructor | |
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 | |
| 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 | |
| double | m_startMz |
| double | m_endMz |
Protected Attributes inherited from kome::objects::XYDataOperation | |
| std::string | m_name |
| int | m_index |
| kome::operation::MzRangeFilter::MzRangeFilter | ( | double | startMz, |
| double | endMz | ||
| ) |
constructor
| [in] | startMz | start m/z |
| [in] | endMz | end m/z |
Definition at line 151 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 161 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 169 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 193 of file Filter.cpp.
|
protected |
|
protected |
1.8.6