ProteoWizard
|
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 |
struct for holding isotope information
Definition at line 51 of file Chemistry.hpp.
|
inline |
Definition at line 56 of file Chemistry.hpp.
bool pwiz::chemistry::MassAbundance::operator== | ( | const MassAbundance & | that | ) | const |
bool pwiz::chemistry::MassAbundance::operator!= | ( | const MassAbundance & | that | ) | const |
double pwiz::chemistry::MassAbundance::mass |
Definition at line 53 of file Chemistry.hpp.
Referenced by hasLessMass().
double pwiz::chemistry::MassAbundance::abundance |
Definition at line 54 of file Chemistry.hpp.
Referenced by hasGreaterAbundance(), and testMassAbundance().