RDKit
Open-source cheminformatics and machine learning.
|
Functions | |
RDKIT_GRAPHMOL_EXPORT void | completeMolQueries (RWMol *mol, unsigned int magicVal=0xDEADBEEF) |
RDKIT_GRAPHMOL_EXPORT Atom * | replaceAtomWithQueryAtom (RWMol *mol, Atom *atom) |
RDKIT_GRAPHMOL_EXPORT void | finalizeQueryFromDescription (Queries::Query< int, Atom const *, true > *query, Atom const *owner) |
RDKIT_GRAPHMOL_EXPORT void | finalizeQueryFromDescription (Queries::Query< int, Bond const *, true > *query, Bond const *owner) |
RDKIT_GRAPHMOL_EXPORT bool | hasBondTypeQuery (const Queries::Query< int, Bond const *, true > &qry) |
bool | hasBondTypeQuery (const Bond &bond) |
RDKIT_GRAPHMOL_EXPORT bool | hasComplexBondTypeQuery (const Queries::Query< int, Bond const *, true > &qry) |
bool | hasComplexBondTypeQuery (const Bond &bond) |
RDKIT_GRAPHMOL_EXPORT void RDKit::QueryOps::completeMolQueries | ( | RWMol * | mol, |
unsigned int | magicVal = 0xDEADBEEF |
||
) |
RDKIT_GRAPHMOL_EXPORT void RDKit::QueryOps::finalizeQueryFromDescription | ( | Queries::Query< int, Atom const *, true > * | query, |
Atom const * | owner | ||
) |
RDKIT_GRAPHMOL_EXPORT void RDKit::QueryOps::finalizeQueryFromDescription | ( | Queries::Query< int, Bond const *, true > * | query, |
Bond const * | owner | ||
) |
Definition at line 1140 of file QueryOps.h.
References RDKit::Bond::getQuery(), hasBondTypeQuery(), and RDKit::Bond::hasQuery().
RDKIT_GRAPHMOL_EXPORT bool RDKit::QueryOps::hasBondTypeQuery | ( | const Queries::Query< int, Bond const *, true > & | qry | ) |
Referenced by hasBondTypeQuery().
Definition at line 1148 of file QueryOps.h.
References RDKit::Bond::getQuery(), hasComplexBondTypeQuery(), and RDKit::Bond::hasQuery().
RDKIT_GRAPHMOL_EXPORT bool RDKit::QueryOps::hasComplexBondTypeQuery | ( | const Queries::Query< int, Bond const *, true > & | qry | ) |
Referenced by hasComplexBondTypeQuery().
RDKIT_GRAPHMOL_EXPORT Atom * RDKit::QueryOps::replaceAtomWithQueryAtom | ( | RWMol * | mol, |
Atom * | atom | ||
) |