![]() |
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. | |
| 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 | |
Definition at line 684 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 690 of file MMFF/Params.h.
References d_params.
| 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 720 of file MMFF/Params.h.
Referenced by getMMFFDfsbParams().