ProteoWizard
Public Member Functions | List of all members
pwiz::proteome::ModificationList Class Reference

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

#include <Modification.hpp>

Inheritance diagram for pwiz::proteome::ModificationList:

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...
 

Detailed Description

represents a list of modifications on a single amino acid

Definition at line 78 of file Modification.hpp.

Constructor & Destructor Documentation

§ ModificationList() [1/3]

pwiz::proteome::ModificationList::ModificationList ( )

§ ModificationList() [2/3]

pwiz::proteome::ModificationList::ModificationList ( const Modification mod)

§ ModificationList() [3/3]

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

Member Function Documentation

§ monoisotopicDeltaMass()

double pwiz::proteome::ModificationList::monoisotopicDeltaMass ( ) const

returns the sum of the monoisotopic delta masses of all modifications in the list

§ averageDeltaMass()

double pwiz::proteome::ModificationList::averageDeltaMass ( ) const

returns the sum of the average delta masses of all modifications in the list

§ operator==()

bool pwiz::proteome::ModificationList::operator== ( const ModificationList rhs) const

returns true iff the list has equal modifications

§ operator<()

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: