libpappsomspp
Library for mass spectrometry
|
#include <scorevalues.h>
Public Member Functions | |
ScoreValues () | |
ScoreValues (const ScoreValues &other) | |
virtual | ~ScoreValues () |
const ScoreValues & | operator= (const ScoreValues &other) |
int | get (ScoreType type) const |
Private Attributes | |
int | m_scoreTable [10] |
Definition at line 27 of file scorevalues.h.
pappso::specpeptidoms::ScoreValues::ScoreValues | ( | ) |
Definition at line 27 of file scorevalues.cpp.
References pappso::specpeptidoms::found, pappso::specpeptidoms::foundDouble, pappso::specpeptidoms::foundShift, pappso::specpeptidoms::foundShiftDouble, pappso::specpeptidoms::init, m_scoreTable, and pappso::specpeptidoms::notFound.
Referenced by ScoreValues(), and operator=().
pappso::specpeptidoms::ScoreValues::ScoreValues | ( | const ScoreValues & | other | ) |
Definition at line 37 of file scorevalues.cpp.
References ScoreValues(), and m_scoreTable.
|
virtual |
Definition at line 42 of file scorevalues.cpp.
int pappso::specpeptidoms::ScoreValues::get | ( | ScoreType | type | ) | const |
Definition at line 47 of file scorevalues.cpp.
References m_scoreTable.
const ScoreValues & pappso::specpeptidoms::ScoreValues::operator= | ( | const ScoreValues & | other | ) |
Definition at line 53 of file scorevalues.cpp.
References ScoreValues(), and m_scoreTable.
|
private |
Definition at line 40 of file scorevalues.h.
Referenced by ScoreValues(), ScoreValues(), get(), and operator=().