ProteoWizard
|
#include <PeakData.hpp>
Public Member Functions | |
PeakFamily () | |
double | sumAmplitude () const |
double | sumArea () const |
void | write (minimxml::XMLWriter &writer) const |
void | read (std::istream &is) |
bool | operator== (const PeakFamily &that) const |
bool | operator!= (const PeakFamily &that) const |
Public Attributes | |
double | mzMonoisotopic |
int | charge |
double | score |
std::vector< Peak > | peaks |
Definition at line 111 of file PeakData.hpp.
|
inline |
Definition at line 118 of file PeakData.hpp.
|
inline |
Definition at line 119 of file PeakData.hpp.
|
inline |
Definition at line 120 of file PeakData.hpp.
References pwiz::frequency::operator!=(), pwiz::data::peakdata::operator<<(), pwiz::data::operator==(), pwiz::data::peakdata::operator>>(), PWIZ_API_DECL, pwiz::identdata::IO::read(), and pwiz::identdata::IO::write().
void pwiz::data::peakdata::PeakFamily::write | ( | minimxml::XMLWriter & | writer | ) | const |
Referenced by testPeakFamily().
void pwiz::data::peakdata::PeakFamily::read | ( | std::istream & | is | ) |
Referenced by testPeakFamily().
bool pwiz::data::peakdata::PeakFamily::operator== | ( | const PeakFamily & | that | ) | const |
bool pwiz::data::peakdata::PeakFamily::operator!= | ( | const PeakFamily & | that | ) | const |
double pwiz::data::peakdata::PeakFamily::mzMonoisotopic |
Definition at line 113 of file PeakData.hpp.
Referenced by initializePeakFamily().
int pwiz::data::peakdata::PeakFamily::charge |
Definition at line 114 of file PeakData.hpp.
Referenced by initializePeakFamily().
double pwiz::data::peakdata::PeakFamily::score |
Definition at line 115 of file PeakData.hpp.
Referenced by initializePeakFamily().
std::vector<Peak> pwiz::data::peakdata::PeakFamily::peaks |
Definition at line 116 of file PeakData.hpp.
Referenced by initializePeakel(), and initializePeakFamily().