![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Go to the source code of this file.
Classes | |
| struct | RDKit::RGroupDecompositionParameters |
Namespaces | |
| namespace | RDKit |
| Std stuff. | |
Macros | |
| #define | RGROUPLABELS_ENUM_ITEMS |
| #define | RGROUPMATCHING_ENUM_ITEMS |
| #define | RGROUPLABELLING_ENUM_ITEMS |
| #define | RGROUPCOREALIGNMENT_ENUM_ITEMS |
| #define | RGROUPSCORE_ENUM_ITEMS |
| #define | RGD_ENUM_ITEM(k, v) k = v, |
| #define | RGD_STD_MAP_ITEM(k) {#k, k}, |
| #define | RGD_ENUM_ITEM(k, v) RGD_STD_MAP_ITEM(k) |
Enumerations | |
| enum | RDKit::RGroupLabels { RDKit::RGROUPLABELS_ENUM_ITEMS } |
| enum | RDKit::RGroupMatching { RDKit::RGROUPMATCHING_ENUM_ITEMS } |
| enum | RDKit::RGroupLabelling { RDKit::RGROUPLABELLING_ENUM_ITEMS } |
| enum | RDKit::RGroupCoreAlignment { RDKit::RGROUPCOREALIGNMENT_ENUM_ITEMS } |
| enum | RDKit::RGroupScore { RDKit::RGROUPSCORE_ENUM_ITEMS } |
Functions | |
| void | RDKit::updateRGroupDecompositionParametersFromJSON (RGroupDecompositionParameters ¶ms, const std::string &details_json) |
| void | RDKit::updateRGroupDecompositionParametersFromJSON (RGroupDecompositionParameters ¶ms, const char *details_json) |
| #define RGD_ENUM_ITEM | ( | k, | |
| v | |||
| ) | k = v, |
Definition at line 50 of file RGroupDecompParams.h.
| #define RGD_ENUM_ITEM | ( | k, | |
| v | |||
| ) | RGD_STD_MAP_ITEM(k) |
Definition at line 50 of file RGroupDecompParams.h.
| #define RGD_STD_MAP_ITEM | ( | k | ) | {#k, k}, |
Definition at line 61 of file RGroupDecompParams.h.
| #define RGROUPCOREALIGNMENT_ENUM_ITEMS |
Definition at line 42 of file RGroupDecompParams.h.
| #define RGROUPLABELLING_ENUM_ITEMS |
Definition at line 37 of file RGroupDecompParams.h.
| #define RGROUPLABELS_ENUM_ITEMS |
Definition at line 20 of file RGroupDecompParams.h.
| #define RGROUPMATCHING_ENUM_ITEMS |
Definition at line 30 of file RGroupDecompParams.h.
| #define RGROUPSCORE_ENUM_ITEMS |
Definition at line 46 of file RGroupDecompParams.h.