10 #ifndef _RD_SMILESPARSEOPS_H 11 #define _RD_SMILESPARSEOPS_H 24 bool closeRings=
false,
bool doingQuery=
false);
void CleanupAfterParsing(RDKit::RWMol *mol)
void CleanupAfterParseError(RDKit::RWMol *mol)
RWMol is a molecule class that is intended to be edited.
void AddFragToMol(RDKit::RWMol *mol, RDKit::RWMol *frag, RDKit::Bond::BondType bondOrder=RDKit::Bond::UNSPECIFIED, RDKit::Bond::BondDir bondDir=RDKit::Bond::NONE, bool closeRings=false, bool doingQuery=false)
RDKit::Bond::BondType GetUnspecifiedBondType(const RDKit::RWMol *mol, const RDKit::Atom *atom1, const RDKit::Atom *atom2)
void CloseMolRings(RDKit::RWMol *mol, bool toleratePartials)
Includes a bunch of functionality for handling Atom and Bond queries.
void ReportParseError(const char *message, bool throwIt=true)
BondDir
the bond's direction (for chirality)
void AdjustAtomChiralityFlags(RDKit::RWMol *mol)
The class for representing atoms.