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

#include <PeakData.hpp>

Public Member Functions

 Scan ()
 
void write (minimxml::XMLWriter &writer) const
 
void read (std::istream &is)
 
bool operator== (const Scan &scan) const
 
bool operator!= (const Scan &scan) const
 

Public Attributes

size_t index
 
std::string nativeID
 
int scanNumber
 
double retentionTime
 
double observationDuration
 
CalibrationParameters calibrationParameters
 
std::vector< PeakFamilypeakFamilies
 

Detailed Description

Definition at line 134 of file PeakData.hpp.

Constructor & Destructor Documentation

pwiz::data::peakdata::Scan::Scan ( )
inline

Definition at line 144 of file PeakData.hpp.

Member Function Documentation

void pwiz::data::peakdata::Scan::write ( minimxml::XMLWriter writer) const

Referenced by testScan().

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

Referenced by testScan().

bool pwiz::data::peakdata::Scan::operator== ( const Scan scan) const
bool pwiz::data::peakdata::Scan::operator!= ( const Scan scan) const

Member Data Documentation

size_t pwiz::data::peakdata::Scan::index

Definition at line 136 of file PeakData.hpp.

Referenced by initializeScan().

std::string pwiz::data::peakdata::Scan::nativeID

Definition at line 137 of file PeakData.hpp.

Referenced by initializeScan().

int pwiz::data::peakdata::Scan::scanNumber

Definition at line 138 of file PeakData.hpp.

Referenced by initializeScan().

double pwiz::data::peakdata::Scan::retentionTime

Definition at line 139 of file PeakData.hpp.

Referenced by initializeScan().

double pwiz::data::peakdata::Scan::observationDuration

Definition at line 140 of file PeakData.hpp.

Referenced by initializeScan().

CalibrationParameters pwiz::data::peakdata::Scan::calibrationParameters

Definition at line 141 of file PeakData.hpp.

Referenced by initializeScan().

std::vector<PeakFamily> pwiz::data::peakdata::Scan::peakFamilies

Definition at line 142 of file PeakData.hpp.

Referenced by initializeScan().


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