represents a post-translational modification (PTM) modification formula or masses must be provided at instantiation
More...
#include <Modification.hpp>
List of all members.
Private Attributes |
boost::shared_ptr< Impl > | impl_ |
Detailed Description
represents a post-translational modification (PTM) modification formula or masses must be provided at instantiation
Definition at line 41 of file Modification.hpp.
Constructor & Destructor Documentation
pwiz::proteome::Modification::Modification |
( |
| ) |
|
constructs a zero-mass modification (provided for MSVC compatibility)
pwiz::proteome::Modification::Modification |
( |
double |
monoisotopicDeltaMass, |
|
|
double |
averageDeltaMass |
|
) |
| |
pwiz::proteome::Modification::Modification |
( |
const Modification & |
| ) |
|
pwiz::proteome::Modification::~Modification |
( |
| ) |
|
Member Function Documentation
bool pwiz::proteome::Modification::hasFormula |
( |
| ) |
const |
returns true iff the mod was constructed with formula
returns the difference formula; throws runtime_error if hasFormula() = false
double pwiz::proteome::Modification::monoisotopicDeltaMass |
( |
| ) |
const |
double pwiz::proteome::Modification::averageDeltaMass |
( |
| ) |
const |
bool pwiz::proteome::Modification::operator== |
( |
const Modification & |
rhs | ) |
const |
returns true iff delta masses are equal
bool pwiz::proteome::Modification::operator< |
( |
const Modification & |
rhs | ) |
const |
returns true iff this mod has smaller delta masses
Member Data Documentation
boost::shared_ptr<Impl> pwiz::proteome::Modification::impl_ |
|
private |
The documentation for this class was generated from the following file: