RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
const MMFFAngle * | operator() (const MMFFDefCollection *mmffDef, const unsigned int angleType, const unsigned int iAtomType, const unsigned int jAtomType, const unsigned int kAtomType) const |
Looks up the parameters for a particular key and returns them. | |
MMFFAngleCollection (std::string mmffAngle="") | |
Public Attributes | |
std::vector< MMFFAngle > | d_params |
the parameter vector | |
std::vector< std::uint8_t > | d_iAtomType |
atom type vector for atom i | |
std::vector< std::uint8_t > | d_jAtomType |
atom type vector for atom j | |
std::vector< std::uint8_t > | d_kAtomType |
atom type vector for atom k | |
std::vector< std::uint8_t > | d_angleType |
angle type vector for angle i-j-k | |
Definition at line 508 of file MMFF/Params.h.
ForceFields::MMFF::MMFFAngleCollection::MMFFAngleCollection | ( | std::string | mmffAngle = "" | ) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 514 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFAngleCollection::d_angleType |
angle type vector for angle i-j-k
Definition at line 598 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFAngleCollection::d_iAtomType |
atom type vector for atom i
Definition at line 595 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFAngleCollection::d_jAtomType |
atom type vector for atom j
Definition at line 596 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFAngleCollection::d_kAtomType |
atom type vector for atom k
Definition at line 597 of file MMFF/Params.h.
std::vector<MMFFAngle> ForceFields::MMFF::MMFFAngleCollection::d_params |
the parameter vector
Definition at line 594 of file MMFF/Params.h.