| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
#include <semiglobalalignment.h>
Public Member Functions | |
| void | reset () | 
| reinitialize to default score_values   | |
Public Attributes | |
| std::vector< std::size_t > | peaks | 
| QString | interpretation | 
| int | score = 0 | 
| double | begin_shift = 0.0 | 
| double | end_shift = 0.0 | 
| std::vector< double > | shifts | 
| std::size_t | SPC = 0 | 
| std::size_t | beginning = 0 | 
| std::size_t | end = 0 | 
Definition at line 54 of file semiglobalalignment.h.
| void pappso::specpeptidoms::Alignment::reset | ( | ) | 
reinitialize to default score_values
Definition at line 44 of file semiglobalalignment.cpp.
References begin_shift, beginning, end, end_shift, interpretation, peaks, score, shifts, and SPC.
| double pappso::specpeptidoms::Alignment::begin_shift = 0.0 | 
Definition at line 63 of file semiglobalalignment.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::getPotentialMassErrors(), and reset().
| std::size_t pappso::specpeptidoms::Alignment::beginning = 0 | 
Definition at line 69 of file semiglobalalignment.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::getPotentialMassErrors(), and reset().
| std::size_t pappso::specpeptidoms::Alignment::end = 0 | 
Definition at line 70 of file semiglobalalignment.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::getPotentialMassErrors(), and reset().
| double pappso::specpeptidoms::Alignment::end_shift = 0.0 | 
Definition at line 65 of file semiglobalalignment.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::getPotentialMassErrors(), and reset().
| QString pappso::specpeptidoms::Alignment::interpretation | 
Definition at line 61 of file semiglobalalignment.h.
Referenced by reset().
| std::vector<std::size_t> pappso::specpeptidoms::Alignment::peaks | 
Definition at line 60 of file semiglobalalignment.h.
Referenced by reset().
| int pappso::specpeptidoms::Alignment::score = 0 | 
Definition at line 62 of file semiglobalalignment.h.
Referenced by reset().
| std::vector<double> pappso::specpeptidoms::Alignment::shifts | 
Definition at line 67 of file semiglobalalignment.h.
Referenced by pappso::specpeptidoms::SemiGlobalAlignment::getPotentialMassErrors(), and reset().
| std::size_t pappso::specpeptidoms::Alignment::SPC = 0 | 
Definition at line 68 of file semiglobalalignment.h.
Referenced by reset().