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 |
![]() | |
virtual pappso_double | getNominal () const final |
virtual pappso_double | getNominal () const final |
Protected Member Functions | |
MzPrecision (pappso_double value, int charge) | |
![]() | |
PrecisionBase (pappso_double nominal) | |
PrecisionBase (pappso_double nominal) | |
Protected Attributes | |
const int | m_charge = 1 |
![]() | |
const pappso_double | m_nominal |
Friends | |
class | PrecisionFactory |
Definition at line 121 of file massspectrumcombinerfactory.h.
|
protected |
Definition at line 377 of file massspectrumcombinerfactory.cpp.
|
virtual |
int pappso::MzPrecision::charge | ( | ) | const |
Definition at line 406 of file massspectrumcombinerfactory.cpp.
|
overridevirtual |
Implements pappso::PrecisionBase.
Definition at line 396 of file massspectrumcombinerfactory.cpp.
|
overridevirtual |
Implements pappso::PrecisionBase.
Definition at line 413 of file massspectrumcombinerfactory.cpp.
|
overridevirtual |
Implements pappso::PrecisionBase.
Definition at line 389 of file massspectrumcombinerfactory.cpp.
References m_charge, and pappso::PrecisionBase::m_nominal.
|
friend |
Definition at line 123 of file massspectrumcombinerfactory.h.
|
protected |
Definition at line 126 of file massspectrumcombinerfactory.h.
Referenced by unit(), and ~MzPrecision().