ProteoWizard
Public Member Functions | Public Attributes
pwiz::data::peakdata::PeakData Struct Reference

#include <PeakData.hpp>

List of all members.

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

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

Referenced by testPeakData().

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

Referenced by testPeakData().

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

Member Data Documentation

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

Definition at line 192 of file PeakData.hpp.

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

Definition at line 193 of file PeakData.hpp.

Referenced by initializePeakData().

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: