ProteoWizard
Public Member Functions | Public Attributes | Private Member Functions | List of all members
pwiz::data::pepxml::Match Struct Reference

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

Detailed Description

Definition at line 644 of file MinimumPepXML.hpp.

Constructor & Destructor Documentation

§ Match() [1/3]

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

§ Match() [2/3]

pwiz::data::pepxml::Match::Match ( const SpectrumQuery _spectrumQuery,
FeaturePtr  _feature,
double  _score = 0 
)
inline

Definition at line 647 of file MinimumPepXML.hpp.

647 : score(_score), spectrumQuery(_spectrumQuery), feature(_feature) {}

§ Match() [3/3]

pwiz::data::pepxml::Match::Match ( Match )
private

Member Function Documentation

§ write()

void pwiz::data::pepxml::Match::write ( minimxml::XMLWriter writer) const

Referenced by testMatch().

§ read()

void pwiz::data::pepxml::Match::read ( std::istream &  is)

Referenced by testMatch().

§ operator==()

bool pwiz::data::pepxml::Match::operator== ( const Match that) const

§ operator!=()

bool pwiz::data::pepxml::Match::operator!= ( const Match that) const

§ operator=()

Match pwiz::data::pepxml::Match::operator= ( Match )
private

Member Data Documentation

§ score

double pwiz::data::pepxml::Match::score

Definition at line 649 of file MinimumPepXML.hpp.

§ calculatedMass

double pwiz::data::pepxml::Match::calculatedMass

Definition at line 650 of file MinimumPepXML.hpp.

§ massDeviation

double pwiz::data::pepxml::Match::massDeviation

Definition at line 651 of file MinimumPepXML.hpp.

§ spectrumQuery

SpectrumQuery pwiz::data::pepxml::Match::spectrumQuery

Definition at line 653 of file MinimumPepXML.hpp.

§ feature

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: