RDKit
Open-source cheminformatics and machine learning.
|
#include <StructChecker.h>
Public Member Functions | |
Ligand () | |
Public Attributes | |
std::string | AtomSymbol |
int | Charge |
RadicalType | Radical |
unsigned | SubstitutionCount |
AABondType | BondType |
Definition at line 63 of file StructChecker.h.
|
inline |
Definition at line 69 of file StructChecker.h.
References RDKit::StructureCheck::ANY_BOND, RDKit::StructureCheck::ANY_CHARGE, and RDKit::StructureCheck::ANY_RADICAL.
std::string RDKit::StructureCheck::Ligand::AtomSymbol |
Definition at line 64 of file StructChecker.h.
AABondType RDKit::StructureCheck::Ligand::BondType |
Definition at line 68 of file StructChecker.h.
int RDKit::StructureCheck::Ligand::Charge |
Definition at line 65 of file StructChecker.h.
RadicalType RDKit::StructureCheck::Ligand::Radical |
Definition at line 66 of file StructChecker.h.
unsigned RDKit::StructureCheck::Ligand::SubstitutionCount |
Definition at line 67 of file StructChecker.h.