16namespace StructureCheck {
32 const std::vector<Neighbourhood> &
nbp,
37 const std::vector<Neighbourhood> &
nbp,
bool verbose);
41 const std::vector<std::pair<AugmentedAtom, AugmentedAtom>> &
aapair,
Contains the public API of the StructChecker.
The class for representing atoms.
class for representing a bond
RWMol is a molecule class that is intended to be edited.
#define RDKIT_STRUCTCHECKER_EXPORT
static const char * symbol[119]
RDKIT_STRUCTCHECKER_EXPORT bool AtomSymbolMatch(const std::string symbol, const std::string pattern)
RDKIT_STRUCTCHECKER_EXPORT RDKit::Bond::BondType convertBondType(AABondType bt)
RDKIT_STRUCTCHECKER_EXPORT bool LigandMatches(const Atom &a, const Bond &b, const Ligand &l, bool use_charge=false)
RDKIT_STRUCTCHECKER_EXPORT bool TransformAugmentedAtoms(RWMol &mol, const std::vector< std::pair< AugmentedAtom, AugmentedAtom > > &aapair, bool verbose)
RDKIT_STRUCTCHECKER_EXPORT bool CheckAtoms(const ROMol &mol, const std::vector< AugmentedAtom > &good_atoms, bool verbose)
RDKIT_STRUCTCHECKER_EXPORT bool AAMatch(const ROMol &mol, unsigned i, const AugmentedAtom &aa, const std::vector< unsigned > &atom_ring_status, const std::vector< Neighbourhood > &nbp, bool verbose)
RDKIT_STRUCTCHECKER_EXPORT bool isBondTypeMatch(const RDKit::Bond &b, AABondType lbt)
RDKIT_STRUCTCHECKER_EXPORT bool RecMatch(const ROMol &mol, unsigned atomIdx, const AugmentedAtom &aa, const std::vector< Neighbourhood > &nbp, bool verbose)
RDKIT_STRUCTCHECKER_EXPORT unsigned getAtomicNumber(const std::string symbol)
bool rdvalue_is(const RDValue_cast_t)