ProteoWizard
Public Member Functions | Public Attributes
pwiz::msdata::MZIntensityPair Struct Reference

The data point type of a mass spectrum. More...

#include <MSData.hpp>

List of all members.

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

Detailed Description

The data point type of a mass spectrum.

Definition at line 420 of file MSData.hpp.


Constructor & Destructor Documentation

pwiz::msdata::MZIntensityPair::MZIntensityPair ( )
inline

Definition at line 425 of file MSData.hpp.

: mz(0), intensity(0)
{}
pwiz::msdata::MZIntensityPair::MZIntensityPair ( double  mz,
double  intensity 
)
inline

Definition at line 429 of file MSData.hpp.


Member Function Documentation

bool pwiz::msdata::MZIntensityPair::operator== ( const MZIntensityPair that) const

returns true iff mz and intensity are pairwise equal


Member Data Documentation

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().


The documentation for this struct was generated from the following file: