![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <StructChecker.h>
Public Member Functions | |
| AugmentedAtom () | |
| AugmentedAtom (const std::string &symbol, const std::string &name, int charge, RadicalType radical, AATopology topology) | |
Public Attributes | |
| std::string | AtomSymbol |
| std::string | ShortName |
| int | Charge |
| RadicalType | Radical |
| AATopology | Topology |
| std::vector< Ligand > | Ligands |
Definition at line 76 of file StructChecker.h.
|
inline |
Definition at line 84 of file StructChecker.h.
References RDKit::StructureCheck::ANY_CHARGE, RDKit::StructureCheck::ANY_RADICAL, Charge, Radical, Topology, and RDKit::StructureCheck::TP_NONE.
|
inline |
Definition at line 87 of file StructChecker.h.
References AtomSymbol, Charge, Radical, ShortName, symbol, and Topology.
| std::string RDKit::StructureCheck::AugmentedAtom::AtomSymbol |
Definition at line 77 of file StructChecker.h.
Referenced by AugmentedAtom().
| int RDKit::StructureCheck::AugmentedAtom::Charge |
Definition at line 79 of file StructChecker.h.
Referenced by AugmentedAtom(), and AugmentedAtom().
| std::vector<Ligand> RDKit::StructureCheck::AugmentedAtom::Ligands |
Definition at line 82 of file StructChecker.h.
| RadicalType RDKit::StructureCheck::AugmentedAtom::Radical |
Definition at line 80 of file StructChecker.h.
Referenced by AugmentedAtom(), and AugmentedAtom().
| std::string RDKit::StructureCheck::AugmentedAtom::ShortName |
Definition at line 78 of file StructChecker.h.
Referenced by AugmentedAtom().
| AATopology RDKit::StructureCheck::AugmentedAtom::Topology |
Definition at line 81 of file StructChecker.h.
Referenced by AugmentedAtom(), and AugmentedAtom().