| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
#include <ion.h>
  
Public Member Functions | |
| Ion () | |
| ~Ion () | |
| virtual pappso_double | getMass () const =0 | 
| virtual pappso_double | getMz (unsigned int charge) const final | 
      
  | 
  pure virtual | 
Implemented in pappso::Peptide, pappso::PeptideFragment, pappso::PeptideFragmentIon, and pappso::PeptideNaturalIsotope.
References getMz().
Referenced by getMz(), and pappso::PeptideInterface::matchPeak().
      
  | 
  finalvirtual | 
Definition at line 45 of file ion.cpp.
References getMass(), and pappso::MHPLUS().
Referenced by getMass(), and pappso::PsmFeatures::setPeptideSpectrumCharge().