| ProteoWizard
    | 
#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< PeakFamily > | peakFamilies | 
Definition at line 134 of file PeakData.hpp.
| 
 | inline | 
Definition at line 144 of file PeakData.hpp.
| 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 | 
| 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().
 1.8.1.1
 1.8.1.1