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 220 of file MMFF/Params.h.
ForceFields::MMFF::MMFFPBCICollection::MMFFPBCICollection | ( | std::string | mmffPBCI = "" | ) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 226 of file MMFF/Params.h.
std::vector<MMFFPBCI> ForceFields::MMFF::MMFFPBCICollection::d_params |
the parameter vector
Definition at line 242 of file MMFF/Params.h.