|
libpappsomspp
Library for mass spectrometry
|
#include <massspectrumcombinerfactory.h>
Public Member Functions | |
| virtual | ~MzPrecision () |
| virtual PrecisionUnit | unit () const override |
| virtual pappso_double | delta (pappso_double value) const override |
| int | charge () const |
| virtual QString | toString () const override |
Public Member Functions inherited from pappso::PrecisionBase | |
| virtual pappso_double | getNominal () const final |
| virtual pappso_double | getNominal () const final |
Protected Member Functions | |
| MzPrecision (pappso_double value, int charge) | |
Protected Member Functions inherited from pappso::PrecisionBase | |
| PrecisionBase (pappso_double nominal) | |
| PrecisionBase (pappso_double nominal) | |
Protected Attributes | |
| const int | m_charge = 1 |
Protected Attributes inherited from pappso::PrecisionBase | |
| const pappso_double | m_nominal |
Friends | |
| class | PrecisionFactory |
Definition at line 121 of file massspectrumcombinerfactory.h.
|
protected |
Definition at line 356 of file massspectrumcombinerfactory.cpp.
|
virtual |
Definition at line 362 of file massspectrumcombinerfactory.cpp.
| int pappso::MzPrecision::charge | ( | ) | const |
Definition at line 385 of file massspectrumcombinerfactory.cpp.
References m_charge.
|
overridevirtual |
Implements pappso::PrecisionBase.
Definition at line 375 of file massspectrumcombinerfactory.cpp.
References m_charge, and pappso::PrecisionBase::m_nominal.
|
overridevirtual |
Implements pappso::PrecisionBase.
Definition at line 392 of file massspectrumcombinerfactory.cpp.
References m_charge, and pappso::PrecisionBase::m_nominal.
|
overridevirtual |
Implements pappso::PrecisionBase.
Definition at line 368 of file massspectrumcombinerfactory.cpp.
References pappso::mz.
|
friend |
Definition at line 123 of file massspectrumcombinerfactory.h.
|
protected |
Definition at line 126 of file massspectrumcombinerfactory.h.
Referenced by charge(), delta(), and toString().