|
ProteoWizard
|
#include <MinimumPepXML.hpp>
Public Member Functions | |
| Match () | |
| Match (const SpectrumQuery &_spectrumQuery, FeaturePtr _feature, double _score=0) | |
| void | write (minimxml::XMLWriter &writer) const |
| void | read (std::istream &is) |
| bool | operator== (const Match &that) const |
| bool | operator!= (const Match &that) const |
Public Attributes | |
| double | score |
| double | calculatedMass |
| double | massDeviation |
| SpectrumQuery | spectrumQuery |
| FeaturePtr | feature |
Private Member Functions | |
| Match (Match &) | |
| Match | operator= (Match &) |
Definition at line 644 of file MinimumPepXML.hpp.
|
inline |
Definition at line 646 of file MinimumPepXML.hpp.
|
inline |
Definition at line 647 of file MinimumPepXML.hpp.
|
private |
| void pwiz::data::pepxml::Match::write | ( | minimxml::XMLWriter & | writer | ) | const |
Referenced by testMatch().
| void pwiz::data::pepxml::Match::read | ( | std::istream & | is | ) |
Referenced by testMatch().
| bool pwiz::data::pepxml::Match::operator== | ( | const Match & | that | ) | const |
| bool pwiz::data::pepxml::Match::operator!= | ( | const Match & | that | ) | const |
| double pwiz::data::pepxml::Match::score |
Definition at line 649 of file MinimumPepXML.hpp.
| double pwiz::data::pepxml::Match::calculatedMass |
Definition at line 650 of file MinimumPepXML.hpp.
| double pwiz::data::pepxml::Match::massDeviation |
Definition at line 651 of file MinimumPepXML.hpp.
| SpectrumQuery pwiz::data::pepxml::Match::spectrumQuery |
Definition at line 653 of file MinimumPepXML.hpp.
| FeaturePtr pwiz::data::pepxml::Match::feature |
Definition at line 654 of file MinimumPepXML.hpp.
1.8.5