ProteoWizard
Public Member Functions | Public Attributes | Private Member Functions
pwiz::data::pepxml::Match Struct Reference

#include <MinimumPepXML.hpp>

List of all members.

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 &)

Detailed Description

Definition at line 644 of file MinimumPepXML.hpp.


Constructor & Destructor Documentation

pwiz::data::pepxml::Match::Match ( )
inline

Definition at line 646 of file MinimumPepXML.hpp.

: score(0), feature(new Feature()) {}
pwiz::data::pepxml::Match::Match ( const SpectrumQuery _spectrumQuery,
FeaturePtr  _feature,
double  _score = 0 
)
inline

Definition at line 647 of file MinimumPepXML.hpp.

: score(_score), spectrumQuery(_spectrumQuery), feature(_feature) {}
pwiz::data::pepxml::Match::Match ( Match )
private

Member Function Documentation

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
Match pwiz::data::pepxml::Match::operator= ( Match )
private

Member Data Documentation

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.


The documentation for this struct was generated from the following file: