#include <OpenMS/FILTERING/TRANSFORMERS/SpectraMerger.h>
Public Member Functions | |
| SpectraDistance_ () | |
| void | updateMembers_ () |
| This method is used to update extra member variables at the end of the setParameters() method. | |
| double | getSimilarity (const DoubleReal d_rt, const DoubleReal d_mz) const |
| double | operator() (const BaseFeature &first, const BaseFeature &second) const |
Protected Attributes | |
| DoubleReal | rt_max_ |
| DoubleReal | mz_max_ |
| SpectraDistance_ | ( | ) | [inline] |
| double getSimilarity | ( | const DoubleReal | d_rt, | |
| const DoubleReal | d_mz | |||
| ) | const [inline] |
| double operator() | ( | const BaseFeature & | first, | |
| const BaseFeature & | second | |||
| ) | const [inline] |
References Peak2D::getMZ(), and Peak2D::getRT().
| void updateMembers_ | ( | ) | [inline, virtual] |
This method is used to update extra member variables at the end of the setParameters() method.
Also call it at the end of the derived classes' copy constructor and assignment operator.
The default implementation is empty.
Reimplemented from DefaultParamHandler.
DoubleReal mz_max_ [protected] |
DoubleReal rt_max_ [protected] |
| OpenMS / TOPP release 1.10.0 | Documentation generated on Thu Mar 7 2013 09:42:53 using doxygen 1.7.1 |