![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
| const std::pair< bool, const MMFFStbn * > | getMMFFDfsbParams (const unsigned int periodicTableRow1, const unsigned int periodicTableRow2, const unsigned int periodicTableRow3) const |
| Looks up the parameters for a particular key and returns them. More... | |
| MMFFDfsbCollection (std::string mmffDfsb="") | |
Public Attributes | |
| std::map< const unsigned int, std::map< const unsigned int, std::map< const unsigned int, MMFFStbn > > > | d_params |
| the parameter 3D-map More... | |
Definition at line 768 of file MMFF/Params.h.
| ForceFields::MMFF::MMFFDfsbCollection::MMFFDfsbCollection | ( | std::string | mmffDfsb = "" | ) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 774 of file MMFF/Params.h.
| std::map<const unsigned int, std::map<const unsigned int, std::map<const unsigned int, MMFFStbn> > > ForceFields::MMFF::MMFFDfsbCollection::d_params |
the parameter 3D-map
Definition at line 811 of file MMFF/Params.h.