libpappsomspp
Library for mass spectrometry
|
#include <correctiontree.h>
Public Member Functions | |
CorrectionTree () | |
~CorrectionTree () | |
void | addPeaks (std::size_t peak1, std::size_t peak2) |
std::vector< std::vector< std::size_t > > | getPeaks () const |
Private Member Functions | |
CorrectionTree (std::size_t peak) | |
Private Attributes | |
std::size_t | peak |
CorrectionTreeSp | msp_left |
CorrectionTreeSp | msp_right |
Definition at line 44 of file correctiontree.h.
pappso::specpeptidoms::CorrectionTree::CorrectionTree | ( | ) |
Definition at line 36 of file correctiontree.cpp.
References peak.
Referenced by addPeaks().
pappso::specpeptidoms::CorrectionTree::~CorrectionTree | ( | ) |
Definition at line 44 of file correctiontree.cpp.
|
private |
void pappso::specpeptidoms::CorrectionTree::addPeaks | ( | std::size_t | peak1, |
std::size_t | peak2 ) |
Definition at line 49 of file correctiontree.cpp.
References CorrectionTree(), msp_left, and msp_right.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::correctAlign(), and pappso::specpeptidoms::SemiGlobalAlignment::preciseAlign().
std::vector< std::vector< std::size_t > > pappso::specpeptidoms::CorrectionTree::getPeaks | ( | ) | const |
Definition at line 64 of file correctiontree.cpp.
References msp_left, msp_right, and peak.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::correctAlign(), and pappso::specpeptidoms::SemiGlobalAlignment::preciseAlign().
|
private |
Definition at line 56 of file correctiontree.h.
Referenced by addPeaks(), and getPeaks().
|
private |
Definition at line 56 of file correctiontree.h.
Referenced by addPeaks(), and getPeaks().
|
private |
Definition at line 55 of file correctiontree.h.
Referenced by CorrectionTree(), CorrectionTree(), and getPeaks().