represents a post-translational modification (PTM) modification formula or masses must be provided at instantiation
More...
#include <Modification.hpp>
|
boost::shared_ptr< Impl > | impl_ |
|
represents a post-translational modification (PTM) modification formula or masses must be provided at instantiation
Definition at line 41 of file Modification.hpp.
§ Modification() [1/4]
pwiz::proteome::Modification::Modification |
( |
| ) |
|
constructs a zero-mass modification (provided for MSVC compatibility)
§ Modification() [2/4]
§ Modification() [3/4]
pwiz::proteome::Modification::Modification |
( |
double |
monoisotopicDeltaMass, |
|
|
double |
averageDeltaMass |
|
) |
| |
§ Modification() [4/4]
pwiz::proteome::Modification::Modification |
( |
const Modification & |
| ) |
|
§ ~Modification()
pwiz::proteome::Modification::~Modification |
( |
| ) |
|
§ operator=()
§ hasFormula()
bool pwiz::proteome::Modification::hasFormula |
( |
| ) |
const |
returns true iff the mod was constructed with formula
§ formula()
returns the difference formula; throws runtime_error if hasFormula() = false
§ monoisotopicDeltaMass()
double pwiz::proteome::Modification::monoisotopicDeltaMass |
( |
| ) |
const |
§ averageDeltaMass()
double pwiz::proteome::Modification::averageDeltaMass |
( |
| ) |
const |
§ operator==()
bool pwiz::proteome::Modification::operator== |
( |
const Modification & |
rhs | ) |
const |
returns true iff delta masses are equal
§ operator<()
bool pwiz::proteome::Modification::operator< |
( |
const Modification & |
rhs | ) |
const |
returns true iff this mod has smaller delta masses
§ impl_
boost::shared_ptr<Impl> pwiz::proteome::Modification::impl_ |
|
private |
The documentation for this class was generated from the following file: