|
RDKIT_CHEMREACTIONS_EXPORT bool | RDKit::isMoleculeReactantOfReaction (const ChemicalReaction &rxn, const ROMol &mol, std::vector< unsigned int > &which, bool stopAtFirstMatch=false) |
|
RDKIT_CHEMREACTIONS_EXPORT bool | RDKit::isMoleculeReactantOfReaction (const ChemicalReaction &rxn, const ROMol &mol, unsigned int &which) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
RDKIT_CHEMREACTIONS_EXPORT bool | RDKit::isMoleculeReactantOfReaction (const ChemicalReaction &rxn, const ROMol &mol) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
RDKIT_CHEMREACTIONS_EXPORT bool | RDKit::isMoleculeProductOfReaction (const ChemicalReaction &rxn, const ROMol &mol, std::vector< unsigned int > &which, bool stopAtFirstMatch=false) |
|
RDKIT_CHEMREACTIONS_EXPORT bool | RDKit::isMoleculeProductOfReaction (const ChemicalReaction &rxn, const ROMol &mol, unsigned int &which) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
RDKIT_CHEMREACTIONS_EXPORT bool | RDKit::isMoleculeProductOfReaction (const ChemicalReaction &rxn, const ROMol &mol) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
RDKIT_CHEMREACTIONS_EXPORT bool | RDKit::isMoleculeAgentOfReaction (const ChemicalReaction &rxn, const ROMol &mol, unsigned int &which) |
|
RDKIT_CHEMREACTIONS_EXPORT bool | RDKit::isMoleculeAgentOfReaction (const ChemicalReaction &rxn, const ROMol &mol) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|
RDKIT_CHEMREACTIONS_EXPORT VECT_INT_VECT | RDKit::getReactingAtoms (const ChemicalReaction &rxn, bool mappedAtomsOnly=false) |
|
RDKIT_CHEMREACTIONS_EXPORT void | RDKit::addRecursiveQueriesToReaction (ChemicalReaction &rxn, const std::map< std::string, ROMOL_SPTR > &queries, const std::string &propName, std::vector< std::vector< std::pair< unsigned int, std::string > > > *reactantLabels=nullptr) |
| add the recursive queries to the reactants of a reaction
|
|