libpappsomspp
Library for mass spectrometry
|
#include <atomnumberinterface.h>
Public Member Functions | |
virtual int | getNumberOfAtom (AtomIsotopeSurvey atom) const =0 |
get the number of atom C, O, N, H in the molecule More... | |
virtual int | getNumberOfIsotope (Isotope isotope) const =0 |
get the number of isotopes C13, H2, O17, O18, N15, S33, S34, S36 in the molecule More... | |
Definition at line 51 of file atomnumberinterface.h.
|
pure virtual |
get the number of atom C, O, N, H in the molecule
Implemented in pappso::AaModification, pappso::Aa, pappso::Peptide, pappso::AaBase, pappso::PeptideFragment, pappso::PeptideFragmentIon, and pappso::PeptideNaturalIsotope.
|
pure virtual |
get the number of isotopes C13, H2, O17, O18, N15, S33, S34, S36 in the molecule
Implemented in pappso::AaModification, pappso::Aa, pappso::Peptide, pappso::AaBase, pappso::PeptideFragment, pappso::PeptideFragmentIon, and pappso::PeptideNaturalIsotope.