ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::chemistry::MassAbundance Struct Reference

struct for holding isotope information More...

#include <Chemistry.hpp>

Public Member Functions

 MassAbundance (double m=0, double a=0)
 
bool operator== (const MassAbundance &that) const
 
bool operator!= (const MassAbundance &that) const
 

Public Attributes

double mass
 
double abundance
 

Detailed Description

struct for holding isotope information

Definition at line 51 of file Chemistry.hpp.

Constructor & Destructor Documentation

§ MassAbundance()

pwiz::chemistry::MassAbundance::MassAbundance ( double  m = 0,
double  a = 0 
)
inline

Member Function Documentation

§ operator==()

bool pwiz::chemistry::MassAbundance::operator== ( const MassAbundance that) const

§ operator!=()

bool pwiz::chemistry::MassAbundance::operator!= ( const MassAbundance that) const

Member Data Documentation

§ mass

double pwiz::chemistry::MassAbundance::mass

Definition at line 53 of file Chemistry.hpp.

Referenced by hasLessMass().

§ abundance

double pwiz::chemistry::MassAbundance::abundance

Definition at line 54 of file Chemistry.hpp.

Referenced by hasGreaterAbundance(), and testMassAbundance().


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