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

#include <MinimumPepXML.hpp>

List of all members.

Public Member Functions

 MatchData ()
 MatchData (std::string wfc, std::string snc)
 MatchData (std::vector< MatchPtr > _matches)
void write (minimxml::XMLWriter &writer) const
void read (std::istream &is)
bool operator== (const MatchData &that) const
bool operator!= (const MatchData &that) const

Public Attributes

std::string warpFunctionCalculator
std::string searchNbhdCalculator
std::vector< MatchPtrmatches

Detailed Description

Definition at line 673 of file MinimumPepXML.hpp.


Constructor & Destructor Documentation

pwiz::data::pepxml::MatchData::MatchData ( )
inline

Definition at line 675 of file MinimumPepXML.hpp.

{}
pwiz::data::pepxml::MatchData::MatchData ( std::string  wfc,
std::string  snc 
)
inline

Definition at line 676 of file MinimumPepXML.hpp.

pwiz::data::pepxml::MatchData::MatchData ( std::vector< MatchPtr _matches)
inline

Definition at line 677 of file MinimumPepXML.hpp.

: matches(_matches){}

Member Function Documentation

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

Referenced by testMatchData().

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

Referenced by testMatchData().

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

Member Data Documentation

std::string pwiz::data::pepxml::MatchData::warpFunctionCalculator

Definition at line 679 of file MinimumPepXML.hpp.

Referenced by testMatchData().

std::string pwiz::data::pepxml::MatchData::searchNbhdCalculator

Definition at line 680 of file MinimumPepXML.hpp.

Referenced by testMatchData().

std::vector<MatchPtr> pwiz::data::pepxml::MatchData::matches

Definition at line 681 of file MinimumPepXML.hpp.

Referenced by testMatchData().


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