|
ProteoWizard
|
represents a list of modifications on a single amino acid More...
#include <Modification.hpp>
Public Member Functions | |
| ModificationList () | |
| ModificationList (const Modification &mod) | |
| ModificationList (const std::vector< Modification > &mods) | |
| double | monoisotopicDeltaMass () const |
| returns the sum of the monoisotopic delta masses of all modifications in the list More... | |
| double | averageDeltaMass () const |
| returns the sum of the average delta masses of all modifications in the list More... | |
| bool | operator== (const ModificationList &rhs) const |
| returns true iff the list has equal modifications More... | |
| bool | operator< (const ModificationList &rhs) const |
| returns true iff the list has fewer modifications or one that's lesser than in the rhs list More... | |
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