ProteoWizard
|
#include <PeakData.hpp>
Public Types | |
enum | Attribute { Attribute_Frequency, Attribute_Phase, Attribute_Decay } |
typedef std::map< Attribute, double > | Attributes |
Public Member Functions | |
Peak (double _mz=0, double _retentionTime=0) | |
double | getAttribute (Attribute attribute) const |
bool | operator== (const Peak &that) const |
bool | operator!= (const Peak &that) const |
void | write (minimxml::XMLWriter &writer) const |
void | read (std::istream &is) |
Public Attributes | |
int | id |
double | mz |
double | retentionTime |
double | intensity |
double | area |
double | error |
std::vector < pwiz::math::OrderedPair > | data |
Attributes | attributes |
Definition at line 52 of file PeakData.hpp.
typedef std::map<Attribute, double> pwiz::data::peakdata::Peak::Attributes |
Definition at line 74 of file PeakData.hpp.
Definition at line 67 of file PeakData.hpp.
pwiz::data::peakdata::Peak::Peak | ( | double | _mz = 0 , |
double | _retentionTime = 0 |
||
) |
bool pwiz::data::peakdata::Peak::operator== | ( | const Peak & | that | ) | const |
bool pwiz::data::peakdata::Peak::operator!= | ( | const Peak & | that | ) | const |
void pwiz::data::peakdata::Peak::write | ( | minimxml::XMLWriter & | writer | ) | const |
Referenced by testPeak().
void pwiz::data::peakdata::Peak::read | ( | std::istream & | is | ) |
Referenced by testPeak().
int pwiz::data::peakdata::Peak::id |
Definition at line 54 of file PeakData.hpp.
Referenced by testPeak(), and testPeakEquality().
double pwiz::data::peakdata::Peak::mz |
Definition at line 56 of file PeakData.hpp.
Referenced by initializePeakFamily(), testPeak(), and testPeakEquality().
double pwiz::data::peakdata::Peak::retentionTime |
Definition at line 57 of file PeakData.hpp.
Referenced by testPeak(), and testPeakEquality().
double pwiz::data::peakdata::Peak::intensity |
Definition at line 59 of file PeakData.hpp.
Referenced by test(), testPeak(), and testPeakEquality().
double pwiz::data::peakdata::Peak::area |
Definition at line 60 of file PeakData.hpp.
Referenced by testPeak(), and testPeakEquality().
double pwiz::data::peakdata::Peak::error |
Definition at line 61 of file PeakData.hpp.
Referenced by testPeak(), and testPeakEquality().
std::vector<pwiz::math::OrderedPair> pwiz::data::peakdata::Peak::data |
Definition at line 63 of file PeakData.hpp.
Referenced by testPeak().
Attributes pwiz::data::peakdata::Peak::attributes |
Definition at line 75 of file PeakData.hpp.
Referenced by test(), testPeak(), and testPeakEquality().