represents a list of modifications on a single amino acid
More...
#include <Modification.hpp>
represents a list of modifications on a single amino acid
Definition at line 78 of file Modification.hpp.
pwiz::proteome::ModificationList::ModificationList |
( |
| ) |
|
pwiz::proteome::ModificationList::ModificationList |
( |
const Modification & |
mod | ) |
|
pwiz::proteome::ModificationList::ModificationList |
( |
const std::vector< Modification > & |
mods | ) |
|
double pwiz::proteome::ModificationList::monoisotopicDeltaMass |
( |
| ) |
const |
returns the sum of the monoisotopic delta masses of all modifications in the list
double pwiz::proteome::ModificationList::averageDeltaMass |
( |
| ) |
const |
returns the sum of the average delta masses of all modifications in the list
bool pwiz::proteome::ModificationList::operator== |
( |
const ModificationList & |
rhs | ) |
const |
returns true iff the list has equal modifications
bool pwiz::proteome::ModificationList::operator< |
( |
const ModificationList & |
rhs | ) |
const |
returns true iff the list has fewer modifications or one that's lesser than in the rhs list
The documentation for this class was generated from the following file: