![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
| const MMFFProp * | operator() (const unsigned int atomType) const |
| Looks up the parameters for a particular key and returns them. More... | |
| MMFFPropCollection (std::string mmffProp="") | |
Public Attributes | |
| std::vector< MMFFProp > | d_params |
| std::vector< std::uint8_t > | d_iAtomType |
| the parameter vector More... | |
Definition at line 201 of file MMFF/Params.h.
| ForceFields::MMFF::MMFFPropCollection::MMFFPropCollection | ( | std::string | mmffProp = "" | ) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 207 of file MMFF/Params.h.
| std::vector<std::uint8_t> ForceFields::MMFF::MMFFPropCollection::d_iAtomType |
the parameter vector
Definition at line 230 of file MMFF/Params.h.
| std::vector<MMFFProp> ForceFields::MMFF::MMFFPropCollection::d_params |
Definition at line 229 of file MMFF/Params.h.