![]() |
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 150 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 156 of file MMFF/Params.h.
References d_params.
| std::vector<std::uint8_t> ForceFields::MMFF::MMFFAromCollection::d_params |
the aromatic type vector
Definition at line 162 of file MMFF/Params.h.
Referenced by isMMFFAromatic().