OpenMS
|
This is the complete list of members for ElementDB, including all inherited members.
addElement(const std::string &name, const std::string &symbol, const unsigned int an, const std::map< unsigned int, double > &abundance, const std::map< unsigned int, double > &mass, bool replace_existing) | ElementDB | |
addElementToMaps_(const std::string &name, const std::string &symbol, const unsigned int an, std::unique_ptr< const Element > e) | ElementDB | protected |
atomic_numbers_ | ElementDB | protected |
buildElement_(const std::string &name, const std::string &symbol, const unsigned int an, const std::map< unsigned int, double > &abundance, const std::map< unsigned int, double > &mass) | ElementDB | protected |
calculateAvgWeight_(const std::map< unsigned int, double > &abundance, const std::map< unsigned int, double > &mass) | ElementDB | protected |
calculateMonoWeight_(const std::map< unsigned int, double > &abundance, const std::map< unsigned int, double > &mass) | ElementDB | protected |
clear_() | ElementDB | protected |
ElementDB() | ElementDB | private |
ElementDB(const ElementDB &db)=delete | ElementDB | private |
ElementDB(const ElementDB &&db)=delete | ElementDB | private |
getAtomicNumbers() const | ElementDB | |
getElement(const std::string &name) const | ElementDB | |
getElement(unsigned int atomic_number) const | ElementDB | |
getInstance() | ElementDB | static |
getNames() const | ElementDB | |
getSymbols() const | ElementDB | |
hasElement(const std::string &name) const | ElementDB | |
hasElement(unsigned int atomic_number) const | ElementDB | |
names_ | ElementDB | protected |
operator=(const ElementDB &db)=delete | ElementDB | private |
parseIsotopeDistribution_(const std::map< unsigned int, double > &abundance, const std::map< unsigned int, double > &mass) | ElementDB | protected |
storeElements_() | ElementDB | protected |
storeIsotopes_(const std::string &name, const std::string &symbol, const unsigned int an, const std::map< unsigned int, double > &Z_to_mass, const IsotopeDistribution &isotopes) | ElementDB | protected |
symbols_ | ElementDB | protected |
~ElementDB() | ElementDB | private |