![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
const MMFFOop * | operator() (const MMFFDefCollection *mmffDef, const unsigned int iAtomType, const unsigned int jAtomType, const unsigned int kAtomType, const unsigned int lAtomType) const |
Looks up the parameters for a particular key and returns them. More... | |
MMFFOopCollection (const bool isMMFFs, std::string mmffOop="") | |
Public Attributes | |
std::vector< MMFFOop > | d_params |
the parameter vector More... | |
std::vector< std::uint8_t > | d_iAtomType |
std::vector< std::uint8_t > | d_jAtomType |
atom type vector for atom i More... | |
std::vector< std::uint8_t > | d_kAtomType |
atom type vector for atom j More... | |
std::vector< std::uint8_t > | d_lAtomType |
atom type vector for atom k More... | |
Definition at line 815 of file MMFF/Params.h.
ForceFields::MMFF::MMFFOopCollection::MMFFOopCollection | ( | const bool | isMMFFs, |
std::string | mmffOop = "" |
||
) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 821 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFOopCollection::d_iAtomType |
Definition at line 918 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFOopCollection::d_jAtomType |
atom type vector for atom i
Definition at line 919 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFOopCollection::d_kAtomType |
atom type vector for atom j
Definition at line 920 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFOopCollection::d_lAtomType |
atom type vector for atom k
Definition at line 921 of file MMFF/Params.h.
std::vector<MMFFOop> ForceFields::MMFF::MMFFOopCollection::d_params |
the parameter vector
Definition at line 917 of file MMFF/Params.h.