![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
| const MMFFDef * | operator() (const unsigned int atomType) const |
| Looks up the parameters for a particular key and returns them. | |
| MMFFDefCollection (std::string mmffDef="") | |
Public Attributes | |
| std::vector< MMFFDef > | d_params |
| the parameter vector | |
Definition at line 165 of file MMFF/Params.h.
| ForceFields::MMFF::MMFFDefCollection::MMFFDefCollection | ( | std::string | mmffDef = "" | ) |
References d_params.
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 171 of file MMFF/Params.h.
References d_params.
| std::vector<MMFFDef> ForceFields::MMFF::MMFFDefCollection::d_params |
the parameter vector
Definition at line 187 of file MMFF/Params.h.
Referenced by MMFFDefCollection(), and operator()().