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