Go to the documentation of this file.
24 #ifndef _ISOTOPETABLE_HPP_
25 #define _ISOTOPETABLE_HPP_
65 #endif // _ISOTOPETABLE_HPP_
IsotopeTable(const MassDistribution &md, int maxAtomCount, double cutoff)
MassDistribution distribution(int atomCount) const
IsotopeTable(const IsotopeTable &)
std::vector< MassAbundance > MassDistribution
struct for holding isotope distribution
IsotopeTable & operator=(const IsotopeTable &)
friend PWIZ_API_DECL std::ostream & operator<<(std::ostream &os, const IsotopeTable &isotopeTable)
debugging
Class representing a table of isotope distributions for collections of multiple atoms of a single ele...
std::auto_ptr< Impl > impl_