libpappsomspp
Library for mass spectrometry
|
#include <peakionisotopematch.h>
Public Member Functions | |
PeakIonIsotopeMatch (const DataPoint &peak, const PeptideNaturalIsotopeAverageSp &naturalIsotopeAverageSp, const PeptideFragmentIonSp &ion_sp) | |
PeakIonIsotopeMatch (const PeakIonIsotopeMatch &other) | |
virtual | ~PeakIonIsotopeMatch () |
virtual const PeptideNaturalIsotopeAverageSp & | getPeptideNaturalIsotopeAverageSp () const |
PeakIonIsotopeMatch & | operator= (const PeakIonIsotopeMatch &other) |
![]() | |
PeakIonMatch (const DataPoint &peak, const PeptideFragmentIonSp &ion_sp, unsigned int charge) | |
PeakIonMatch (const PeakIonMatch &other) | |
virtual | ~PeakIonMatch () |
virtual const PeptideFragmentIonSp & | getPeptideFragmentIonSp () const |
const DataPoint & | getPeak () const |
unsigned int | getCharge () const |
PeptideIon | getPeptideIonType () const |
PeptideDirection | getPeptideIonDirection () const |
Private Attributes | |
PeptideNaturalIsotopeAverageSp | _naturalIsotopeAverageSp |
Definition at line 36 of file peakionisotopematch.h.
pappso::PeakIonIsotopeMatch::PeakIonIsotopeMatch | ( | const DataPoint & | peak, |
const PeptideNaturalIsotopeAverageSp & | naturalIsotopeAverageSp, | ||
const PeptideFragmentIonSp & | ion_sp | ||
) |
Definition at line 30 of file peakionisotopematch.cpp.
pappso::PeakIonIsotopeMatch::PeakIonIsotopeMatch | ( | const PeakIonIsotopeMatch & | other | ) |
Definition at line 39 of file peakionisotopematch.cpp.
|
virtual |
Definition at line 45 of file peakionisotopematch.cpp.
|
virtual |
Definition at line 49 of file peakionisotopematch.cpp.
References _naturalIsotopeAverageSp.
Referenced by pappso::QCPSpectrum::addMassDelta().
PeakIonIsotopeMatch & pappso::PeakIonIsotopeMatch::operator= | ( | const PeakIonIsotopeMatch & | other | ) |
Definition at line 56 of file peakionisotopematch.cpp.
References _naturalIsotopeAverageSp.
|
private |
Definition at line 53 of file peakionisotopematch.h.
Referenced by getPeptideNaturalIsotopeAverageSp(), and operator=().