ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::data::peakdata::PeakData Struct Reference

#include <PeakData.hpp>

Public Member Functions

void write (pwiz::minimxml::XMLWriter &xmlWriter) const
 
void read (std::istream &is)
 
bool operator== (const PeakData &that) const
 
bool operator!= (const PeakData &that) const
 

Public Attributes

std::string sourceFilename
 
Software software
 
std::vector< Scanscans
 

Detailed Description

Definition at line 190 of file PeakData.hpp.

Member Function Documentation

§ write()

void pwiz::data::peakdata::PeakData::write ( pwiz::minimxml::XMLWriter xmlWriter) const

Referenced by testPeakData().

§ read()

void pwiz::data::peakdata::PeakData::read ( std::istream &  is)

Referenced by testPeakData().

§ operator==()

bool pwiz::data::peakdata::PeakData::operator== ( const PeakData that) const

§ operator!=()

bool pwiz::data::peakdata::PeakData::operator!= ( const PeakData that) const

Member Data Documentation

§ sourceFilename

std::string pwiz::data::peakdata::PeakData::sourceFilename

Definition at line 192 of file PeakData.hpp.

§ software

Software pwiz::data::peakdata::PeakData::software

Definition at line 193 of file PeakData.hpp.

Referenced by initializePeakData().

§ scans

std::vector<Scan> pwiz::data::peakdata::PeakData::scans

Definition at line 194 of file PeakData.hpp.

Referenced by initializePeakData(), and testFind().


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