ProteoWizard
|
The data point type of a chromatogram. More...
#include <MSData.hpp>
Public Member Functions | |
TimeIntensityPair () | |
TimeIntensityPair (double time, double intensity) | |
bool | operator== (const TimeIntensityPair &that) const |
returns true iff time and intensity are pairwise equal More... | |
Public Attributes | |
double | time |
double | intensity |
The data point type of a chromatogram.
Definition at line 445 of file MSData.hpp.
|
inline |
Definition at line 450 of file MSData.hpp.
|
inline |
Definition at line 454 of file MSData.hpp.
References pwiz::msdata::operator<<(), pwiz::frequency::operator==(), and PWIZ_API_DECL.
bool pwiz::msdata::TimeIntensityPair::operator== | ( | const TimeIntensityPair & | that | ) | const |
returns true iff time and intensity are pairwise equal
double pwiz::msdata::TimeIntensityPair::time |
Definition at line 447 of file MSData.hpp.
double pwiz::msdata::TimeIntensityPair::intensity |
Definition at line 448 of file MSData.hpp.