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 (ScoreValueType type) |
void | set (ScoreValueType type, int value) |
Private Attributes | |
int | m_scoreTable [10] |
Definition at line 53 of file scorevalues.h.
pappso::specglob::ScoreValues::ScoreValues | ( | ) |
Default constructor
Definition at line 46 of file scorevalues.cpp.
References m_scoreTable, pappso::specglob::scoreAlignBoth, pappso::specglob::scoreAlignNative, pappso::specglob::scoreAlignSym, pappso::specglob::scoreNonAlign, pappso::specglob::scoreReAlignBoth, pappso::specglob::scoreReAlignBothNO, pappso::specglob::scoreReAlignNative, pappso::specglob::scoreReAlignNativeNO, pappso::specglob::scoreReAlignSym, and pappso::specglob::scoreReAlignSymNO.
pappso::specglob::ScoreValues::ScoreValues | ( | const ScoreValues & | other | ) |
Definition at line 74 of file scorevalues.cpp.
References m_scoreTable.
|
virtual |
int pappso::specglob::ScoreValues::get | ( | ScoreValueType | type | ) |
Definition at line 84 of file scorevalues.cpp.
References m_scoreTable.
Referenced by pappso::specglob::SpectralAlignment::fillMatricesWithScores().
const ScoreValues & pappso::specglob::ScoreValues::operator= | ( | const ScoreValues & | other | ) |
Definition at line 96 of file scorevalues.cpp.
References m_scoreTable.
void pappso::specglob::ScoreValues::set | ( | ScoreValueType | type, |
int | value ) |
Definition at line 90 of file scorevalues.cpp.
References m_scoreTable.
|
private |
Definition at line 76 of file scorevalues.h.
Referenced by ScoreValues(), ScoreValues(), get(), operator=(), and set().