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

§ Scan()

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

Member Function Documentation

§ write()

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

Referenced by testScan().

§ read()

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

Referenced by testScan().

§ operator==()

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

§ operator!=()

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

Member Data Documentation

§ index

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

Definition at line 136 of file PeakData.hpp.

Referenced by initializeScan().

§ nativeID

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

Definition at line 137 of file PeakData.hpp.

Referenced by initializeScan().

§ scanNumber

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

Definition at line 138 of file PeakData.hpp.

Referenced by initializeScan().

§ retentionTime

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

Definition at line 139 of file PeakData.hpp.

Referenced by initializeScan().

§ observationDuration

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

Definition at line 140 of file PeakData.hpp.

Referenced by initializeScan().

§ calibrationParameters

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

Definition at line 141 of file PeakData.hpp.

Referenced by initializeScan().

§ peakFamilies

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: