![]() |
Rosetta
2021.16
|
#include <SpinlabelDatabaseHandler.hh>

Public Types | |
| typedef std::map< std::string, SpinlabelDatabaseEntry > | SpinlabelDatabaseMap |
Public Member Functions | |
| SpinlabelDatabaseMap const & | get_spinlabel_data_table () const |
| return map with spinlabel database entries More... | |
| SpinlabelDatabaseEntry const & | get_spinlabel_data (std::string const &spinlabel) const |
| return data for spinlabel More... | |
Private Member Functions | |
| SpinlabelDatabaseHandler () | |
| Empty default constructor. More... | |
Private Attributes | |
| SpinlabelDatabaseMap | spinlabel_data_table_ |
| map of ion label and ion properties More... | |
Friends | |
| class | utility::SingletonBase< SpinlabelDatabaseHandler > |
| typedef std::map< std::string, SpinlabelDatabaseEntry > core::io::nmr::SpinlabelDatabaseHandler::SpinlabelDatabaseMap |
|
private |
Empty default constructor.
References core::io::nmr::read_in_database_file(), and spinlabel_data_table_.
| SpinlabelDatabaseEntry const & core::io::nmr::SpinlabelDatabaseHandler::get_spinlabel_data | ( | std::string const & | spinlabel | ) | const |
return data for spinlabel
return data for one paramagnetic ion
| SpinlabelDatabaseHandler::SpinlabelDatabaseMap const & core::io::nmr::SpinlabelDatabaseHandler::get_spinlabel_data_table | ( | ) | const |
return map with spinlabel database entries
return map with paramagnetic ion data
Public member methods
|
friend |
|
private |
map of ion label and ion properties
Referenced by SpinlabelDatabaseHandler().
1.8.7