RDKit
Open-source cheminformatics and machine learning.
|
Functions | |
RDKIT_GRAPHMOL_EXPORT bool | isValidType (const std::string &type) |
RDKIT_GRAPHMOL_EXPORT bool | isValidSubType (const std::string &type) |
RDKIT_GRAPHMOL_EXPORT bool | isValidConnectType (const std::string &type) |
RDKIT_GRAPHMOL_EXPORT bool | isSubstanceGroupIdFree (const ROMol &mol, unsigned int id) |
Variables | |
const std::vector< std::string > | sGroupTypes |
const std::vector< std::string > | sGroupSubtypes = {"ALT", "RAN", "BLO"} |
const std::vector< std::string > | sGroupConnectTypes = {"HH", "HT", "EU"} |
RDKIT_GRAPHMOL_EXPORT bool RDKit::SubstanceGroupChecks::isSubstanceGroupIdFree | ( | const ROMol & | mol, |
unsigned int | id | ||
) |
RDKIT_GRAPHMOL_EXPORT bool RDKit::SubstanceGroupChecks::isValidConnectType | ( | const std::string & | type | ) |
RDKIT_GRAPHMOL_EXPORT bool RDKit::SubstanceGroupChecks::isValidSubType | ( | const std::string & | type | ) |
RDKIT_GRAPHMOL_EXPORT bool RDKit::SubstanceGroupChecks::isValidType | ( | const std::string & | type | ) |
const std::vector<std::string> RDKit::SubstanceGroupChecks::sGroupConnectTypes = {"HH", "HT", "EU"} |
Definition at line 252 of file SubstanceGroup.h.
const std::vector<std::string> RDKit::SubstanceGroupChecks::sGroupSubtypes = {"ALT", "RAN", "BLO"} |
Definition at line 251 of file SubstanceGroup.h.
const std::vector<std::string> RDKit::SubstanceGroupChecks::sGroupTypes |
Definition at line 243 of file SubstanceGroup.h.