![]() |
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, RDKit::StructureCheck::ANY_RADICAL, BondType, Charge, Radical, and SubstitutionCount.
| 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.
Referenced by Ligand().
| int RDKit::StructureCheck::Ligand::Charge |
Definition at line 65 of file StructChecker.h.
Referenced by Ligand().
| RadicalType RDKit::StructureCheck::Ligand::Radical |
Definition at line 66 of file StructChecker.h.
Referenced by Ligand().
| unsigned RDKit::StructureCheck::Ligand::SubstitutionCount |
Definition at line 67 of file StructChecker.h.
Referenced by Ligand().