RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
bool | isMMFFAromatic (const unsigned int atomType) const |
Looks up the parameters for a particular key and returns them. | |
MMFFAromCollection (const std::vector< std::uint8_t > *mmffArom=nullptr) | |
Public Attributes | |
std::vector< std::uint8_t > | d_params |
the aromatic type vector | |
Definition at line 151 of file MMFF/Params.h.
ForceFields::MMFF::MMFFAromCollection::MMFFAromCollection | ( | const std::vector< std::uint8_t > * | mmffArom = nullptr | ) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 157 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFAromCollection::d_params |
the aromatic type vector
Definition at line 163 of file MMFF/Params.h.