ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::data::peakdata::PeakFamily Struct Reference

#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< Peakpeaks
 

Detailed Description

Definition at line 111 of file PeakData.hpp.

Constructor & Destructor Documentation

§ PeakFamily()

pwiz::data::peakdata::PeakFamily::PeakFamily ( )
inline

Member Function Documentation

§ sumAmplitude()

double pwiz::data::peakdata::PeakFamily::sumAmplitude ( ) const
inline

Definition at line 119 of file PeakData.hpp.

119 {return 0;}

§ sumArea()

double pwiz::data::peakdata::PeakFamily::sumArea ( ) const
inline

§ write()

void pwiz::data::peakdata::PeakFamily::write ( minimxml::XMLWriter writer) const

Referenced by testPeakFamily().

§ read()

void pwiz::data::peakdata::PeakFamily::read ( std::istream &  is)

Referenced by testPeakFamily().

§ operator==()

bool pwiz::data::peakdata::PeakFamily::operator== ( const PeakFamily that) const

§ operator!=()

bool pwiz::data::peakdata::PeakFamily::operator!= ( const PeakFamily that) const

Member Data Documentation

§ mzMonoisotopic

double pwiz::data::peakdata::PeakFamily::mzMonoisotopic

Definition at line 113 of file PeakData.hpp.

Referenced by initializePeakFamily().

§ charge

int pwiz::data::peakdata::PeakFamily::charge

Definition at line 114 of file PeakData.hpp.

Referenced by initializePeakFamily().

§ score

double pwiz::data::peakdata::PeakFamily::score

Definition at line 115 of file PeakData.hpp.

Referenced by initializePeakFamily().

§ peaks

std::vector<Peak> pwiz::data::peakdata::PeakFamily::peaks

Definition at line 116 of file PeakData.hpp.

Referenced by initializePeakel(), and initializePeakFamily().


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