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

#include <MinimumPepXML.hpp>

List of all members.

Public Member Functions

 PeptideProphetResult ()
void write (XMLWriter &writer) const
void read (std::istream &is)
bool operator== (const PeptideProphetResult &that) const
bool operator!= (const PeptideProphetResult &that) const

Public Attributes

double probability
std::vector< double > allNttProb
std::string analysis

Detailed Description

Definition at line 214 of file MinimumPepXML.hpp.


Constructor & Destructor Documentation

pwiz::data::pepxml::PeptideProphetResult::PeptideProphetResult ( )
inline

Definition at line 216 of file MinimumPepXML.hpp.

: probability(0) {}

Member Function Documentation

void pwiz::data::pepxml::PeptideProphetResult::write ( XMLWriter writer) const
void pwiz::data::pepxml::PeptideProphetResult::read ( std::istream &  is)
bool pwiz::data::pepxml::PeptideProphetResult::operator== ( const PeptideProphetResult that) const
bool pwiz::data::pepxml::PeptideProphetResult::operator!= ( const PeptideProphetResult that) const

Member Data Documentation

double pwiz::data::pepxml::PeptideProphetResult::probability

Definition at line 218 of file MinimumPepXML.hpp.

Referenced by makePeptideProphetResult(), and makeSpectrumQuery().

std::vector<double> pwiz::data::pepxml::PeptideProphetResult::allNttProb

Definition at line 219 of file MinimumPepXML.hpp.

Referenced by makePeptideProphetResult(), and makeSpectrumQuery().

std::string pwiz::data::pepxml::PeptideProphetResult::analysis

Definition at line 220 of file MinimumPepXML.hpp.


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