ProteoWizard
|
The data point type of a mass spectrum. More...
#include <MSData.hpp>
Public Member Functions | |
MZIntensityPair () | |
MZIntensityPair (double mz, double intensity) | |
bool | operator== (const MZIntensityPair &that) const |
returns true iff mz and intensity are pairwise equal |
Public Attributes | |
double | mz |
double | intensity |
The data point type of a mass spectrum.
Definition at line 420 of file MSData.hpp.
|
inline |
Definition at line 425 of file MSData.hpp.
|
inline |
bool pwiz::msdata::MZIntensityPair::operator== | ( | const MZIntensityPair & | that | ) | const |
returns true iff mz and intensity are pairwise equal
double pwiz::msdata::MZIntensityPair::mz |
Definition at line 422 of file MSData.hpp.
Referenced by operator<<(), and testSpectrumListSimple().
double pwiz::msdata::MZIntensityPair::intensity |
Definition at line 423 of file MSData.hpp.
Referenced by operator<<(), and testSpectrumListSimple().