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

#include <MinimumPepXML.hpp>

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

§ PeptideProphetResult()

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

Definition at line 216 of file MinimumPepXML.hpp.

Member Function Documentation

§ write()

void pwiz::data::pepxml::PeptideProphetResult::write ( XMLWriter writer) const

§ read()

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

§ operator==()

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

§ operator!=()

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

Member Data Documentation

§ probability

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

Definition at line 218 of file MinimumPepXML.hpp.

Referenced by makePeptideProphetResult().

§ allNttProb

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

Definition at line 219 of file MinimumPepXML.hpp.

Referenced by makePeptideProphetResult().

§ analysis

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: