![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
| const MMFFHerschbachLaurie * | operator() (const int iRow, const int jRow) const |
| Looks up the parameters for a particular key and returns them. | |
| MMFFHerschbachLaurieCollection (std::string mmffHerschbachLaurie="") | |
Public Attributes | |
| std::vector< MMFFHerschbachLaurie > | d_params |
| the parameter vector | |
| std::vector< std::uint8_t > | d_iRow |
| periodic row number vector for atom i | |
| std::vector< std::uint8_t > | d_jRow |
| periodic row number vector for atom j | |
Definition at line 427 of file MMFF/Params.h.
| ForceFields::MMFF::MMFFHerschbachLaurieCollection::MMFFHerschbachLaurieCollection | ( | std::string | mmffHerschbachLaurie = "" | ) |
References d_params.
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 433 of file MMFF/Params.h.
| std::vector<std::uint8_t> ForceFields::MMFF::MMFFHerschbachLaurieCollection::d_iRow |
periodic row number vector for atom i
Definition at line 473 of file MMFF/Params.h.
Referenced by operator()().
| std::vector<std::uint8_t> ForceFields::MMFF::MMFFHerschbachLaurieCollection::d_jRow |
periodic row number vector for atom j
Definition at line 474 of file MMFF/Params.h.
Referenced by operator()().
| std::vector<MMFFHerschbachLaurie> ForceFields::MMFF::MMFFHerschbachLaurieCollection::d_params |
the parameter vector
Definition at line 472 of file MMFF/Params.h.
Referenced by MMFFHerschbachLaurieCollection(), and operator()().