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

#include <MinimumPepXML.hpp>

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

§ MatchData() [1/3]

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

Definition at line 675 of file MinimumPepXML.hpp.

675 {}

§ MatchData() [2/3]

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

Definition at line 676 of file MinimumPepXML.hpp.

§ MatchData() [3/3]

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

Definition at line 677 of file MinimumPepXML.hpp.

677 : matches(_matches){}
std::vector< MatchPtr > matches

Member Function Documentation

§ write()

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

Referenced by testMatchData().

§ read()

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

Referenced by testMatchData().

§ operator==()

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

§ operator!=()

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

Member Data Documentation

§ warpFunctionCalculator

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

Definition at line 679 of file MinimumPepXML.hpp.

Referenced by testMatchData().

§ searchNbhdCalculator

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

Definition at line 680 of file MinimumPepXML.hpp.

Referenced by testMatchData().

§ matches

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: