libpappsomspp
Library for mass spectrometry
|
#include <peakionmatch.h>
Public Member Functions | |
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 | |
DataPoint | _peak |
PeptideFragmentIonSp | _ion_sp |
unsigned int | _charge |
Definition at line 60 of file peakionmatch.h.
pappso::PeakIonMatch::PeakIonMatch | ( | const DataPoint & | peak, |
const PeptideFragmentIonSp & | ion_sp, | ||
unsigned int | charge | ||
) |
Definition at line 56 of file peakionmatch.cpp.
pappso::PeakIonMatch::PeakIonMatch | ( | const PeakIonMatch & | other | ) |
Definition at line 63 of file peakionmatch.cpp.
|
virtual |
Definition at line 68 of file peakionmatch.cpp.
|
inline |
Definition at line 103 of file peakionmatch.h.
Referenced by pappso::PeptideSpectrumMatch::end().
|
inline |
Definition at line 97 of file peakionmatch.h.
Referenced by pappso::QCPSpectrum::addMassDelta(), and pappso::QCPSpectrum::addPeakIonIsotopeMatch().
|
inlinevirtual |
Definition at line 91 of file peakionmatch.h.
Referenced by pappso::PeptideSpectrumMatch::end().
|
inline |
Definition at line 114 of file peakionmatch.h.
|
inline |
Definition at line 109 of file peakionmatch.h.
Referenced by pappso::QCPSpectrum::addPeakIonIsotopeMatch().
|
private |
Definition at line 125 of file peakionmatch.h.
|
private |
Definition at line 124 of file peakionmatch.h.
|
private |
Definition at line 120 of file peakionmatch.h.