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 39 of file peakionmatch.h.
pappso::PeakIonMatch::PeakIonMatch | ( | const DataPoint & | peak, |
const PeptideFragmentIonSp & | ion_sp, | ||
unsigned int | charge | ||
) |
Definition at line 35 of file peakionmatch.cpp.
pappso::PeakIonMatch::PeakIonMatch | ( | const PeakIonMatch & | other | ) |
Definition at line 42 of file peakionmatch.cpp.
|
virtual |
Definition at line 47 of file peakionmatch.cpp.
|
inline |
Definition at line 61 of file peakionmatch.h.
Referenced by pappso::PeptideSpectrumMatch::contains().
|
inline |
Definition at line 55 of file peakionmatch.h.
Referenced by pappso::QCPSpectrum::addMassDelta(), and pappso::QCPSpectrum::addPeakIonIsotopeMatch().
|
inlinevirtual |
Definition at line 49 of file peakionmatch.h.
Referenced by pappso::PeptideSpectrumMatch::contains().
|
inline |
Definition at line 72 of file peakionmatch.h.
|
inline |
Definition at line 67 of file peakionmatch.h.
Referenced by pappso::QCPSpectrum::addPeakIonIsotopeMatch().
|
private |
Definition at line 83 of file peakionmatch.h.
|
private |
Definition at line 82 of file peakionmatch.h.
|
private |
Definition at line 81 of file peakionmatch.h.