ProteoWizard
Public Member Functions | Public Attributes
pwiz::data::peakdata::PeakFamily Struct Reference

#include <PeakData.hpp>

List of all members.

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

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

Definition at line 118 of file PeakData.hpp.

: mzMonoisotopic(0), charge(0), score(0) {}

Member Function Documentation

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

Definition at line 119 of file PeakData.hpp.

{return 0;}
double pwiz::data::peakdata::PeakFamily::sumArea ( ) const
inline

Definition at line 120 of file PeakData.hpp.

{return 0;}
void pwiz::data::peakdata::PeakFamily::write ( minimxml::XMLWriter writer) const

Referenced by testPeakFamily().

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

Referenced by testPeakFamily().

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

Member Data Documentation

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

Definition at line 113 of file PeakData.hpp.

Referenced by initializePeakFamily().

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

Definition at line 114 of file PeakData.hpp.

Referenced by initializePeakFamily().

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

Definition at line 115 of file PeakData.hpp.

Referenced by initializePeakFamily().

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: