ProteoWizard
Public Member Functions
pwiz::proteome::ModificationList Class Reference

represents a list of modifications on a single amino acid More...

#include <Modification.hpp>

Inherits std::vector< T >.

List of all members.

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
double averageDeltaMass () const
 returns the sum of the average delta masses of all modifications in the list
bool operator== (const ModificationList &rhs) const
 returns true iff the list has equal modifications
bool operator< (const ModificationList &rhs) const
 returns true iff the list has fewer modifications or one that's lesser than in the rhs list

Additional Inherited Members

- Public Attributes inherited from std::vector< T >
elements
 STL member.

Detailed Description

represents a list of modifications on a single amino acid

Definition at line 78 of file Modification.hpp.


Constructor & Destructor Documentation

pwiz::proteome::ModificationList::ModificationList ( )
pwiz::proteome::ModificationList::ModificationList ( const Modification mod)
pwiz::proteome::ModificationList::ModificationList ( const std::vector< Modification > &  mods)

Member Function Documentation

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: