OpenMS
|
This is the complete list of members for Element, including all inherited members.
atomic_number_ | Element | protected |
average_weight_ | Element | protected |
Element() | Element | |
Element(const Element &element) | Element | |
Element(const std::string &name, const std::string &symbol, unsigned int atomic_number, double average_weight, double mono_weight, const IsotopeDistribution &isotopes) | Element | |
getAtomicNumber() const | Element | |
getAverageWeight() const | Element | |
getIsotopeDistribution() const | Element | |
getMonoWeight() const | Element | |
getName() const | Element | |
getSymbol() const | Element | |
isotopes_ | Element | protected |
mono_weight_ | Element | protected |
name_ | Element | protected |
operator!=(const Element &element) const | Element | |
operator<(const Element &element) const | Element | |
operator<<(std::ostream &os, const Element &element) | Element | friend |
operator=(const Element &element) | Element | |
operator==(const Element &element) const | Element | |
setAtomicNumber(unsigned int atomic_number) | Element | |
setAverageWeight(double weight) | Element | |
setIsotopeDistribution(const IsotopeDistribution &isotopes) | Element | |
setMonoWeight(double weight) | Element | |
setName(const std::string &name) | Element | |
setSymbol(const std::string &symbol) | Element | |
symbol_ | Element | protected |
~Element() | Element | virtual |