RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
const MMFFBond * | operator() (const unsigned int bondType, const unsigned int atomType, const unsigned int nbrAtomType) const |
Looks up the parameters for a particular key and returns them. | |
MMFFBondCollection (std::string mmffBond="") | |
Public Attributes | |
std::vector< MMFFBond > | 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_bondType |
bond type vector for bond i-j | |
Definition at line 310 of file MMFF/Params.h.
ForceFields::MMFF::MMFFBondCollection::MMFFBondCollection | ( | std::string | mmffBond = "" | ) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 316 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFBondCollection::d_bondType |
bond type vector for bond i-j
Definition at line 372 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFBondCollection::d_iAtomType |
atom type vector for atom i
Definition at line 370 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFBondCollection::d_jAtomType |
atom type vector for atom j
Definition at line 371 of file MMFF/Params.h.
std::vector<MMFFBond> ForceFields::MMFF::MMFFBondCollection::d_params |
the parameter vector
Definition at line 369 of file MMFF/Params.h.