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 166 of file MMFF/Params.h.
ForceFields::MMFF::MMFFDefCollection::MMFFDefCollection | ( | std::string | mmffDef = "" | ) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 172 of file MMFF/Params.h.
std::vector<MMFFDef> ForceFields::MMFF::MMFFDefCollection::d_params |
the parameter vector
Definition at line 188 of file MMFF/Params.h.