![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
| const std::pair< int, const MMFFChg * > | getMMFFChgParams (const unsigned int bondType, const unsigned int iAtomType, const unsigned int jAtomType) const |
| Looks up the parameters for a particular key and returns them. | |
| MMFFChgCollection (std::string mmffChg="") | |
| the parameter 3D-map | |
Public Attributes | |
| std::vector< MMFFChg > | 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 245 of file MMFF/Params.h.
| ForceFields::MMFF::MMFFChgCollection::MMFFChgCollection | ( | std::string | mmffChg = "" | ) |
the parameter 3D-map
References d_params.
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 251 of file MMFF/Params.h.
References d_bondType, d_iAtomType, d_jAtomType, and d_params.
| std::vector<std::uint8_t> ForceFields::MMFF::MMFFChgCollection::d_bondType |
bond type vector for bond i-j
Definition at line 305 of file MMFF/Params.h.
Referenced by getMMFFChgParams().
| std::vector<std::uint8_t> ForceFields::MMFF::MMFFChgCollection::d_iAtomType |
atom type vector for atom i
Definition at line 303 of file MMFF/Params.h.
Referenced by getMMFFChgParams().
| std::vector<std::uint8_t> ForceFields::MMFF::MMFFChgCollection::d_jAtomType |
atom type vector for atom j
Definition at line 304 of file MMFF/Params.h.
Referenced by getMMFFChgParams().
| std::vector<MMFFChg> ForceFields::MMFF::MMFFChgCollection::d_params |
the parameter vector
Definition at line 302 of file MMFF/Params.h.
Referenced by getMMFFChgParams(), and MMFFChgCollection().