![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Go to the source code of this file.
Namespaces | |
RDKit | |
Std stuff. | |
Functions | |
RDKIT_SUBSTRUCTMATCH_EXPORT bool | RDKit::SubstructMatch (const ROMol &mol, const ROMol &query, MatchVectType &matchVect, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false) |
Find a substructure match for a query in a molecule. More... | |
RDKIT_SUBSTRUCTMATCH_EXPORT bool | RDKit::SubstructMatch (ResonanceMolSupplier &resMolSuppl, const ROMol &query, MatchVectType &matchVect, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false) |
Find a substructure match for a query in a ResonanceMolSupplier object. More... | |
RDKIT_SUBSTRUCTMATCH_EXPORT unsigned int | RDKit::SubstructMatch (const ROMol &mol, const ROMol &query, std::vector< MatchVectType > &matchVect, bool uniquify=true, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false, unsigned int maxMatches=1000) |
Find all substructure matches for a query in a molecule. More... | |
RDKIT_SUBSTRUCTMATCH_EXPORT unsigned int | RDKit::SubstructMatch (ResonanceMolSupplier &resMolSuppl, const ROMol &query, std::vector< MatchVectType > &matchVect, bool uniquify=false, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false, unsigned int maxMatches=1000, int numThreads=1) |
Find all substructure matches for a query in a ResonanceMolSupplier object. More... | |
RDKIT_SUBSTRUCTMATCH_EXPORT bool | RDKit::SubstructMatch (const MolBundle &bundle, const ROMol &query, MatchVectType &matchVect, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false) |
RDKIT_SUBSTRUCTMATCH_EXPORT bool | RDKit::SubstructMatch (const ROMol &bundle, const MolBundle &query, MatchVectType &matchVect, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false) |
RDKIT_SUBSTRUCTMATCH_EXPORT bool | RDKit::SubstructMatch (const MolBundle &bundle, const MolBundle &query, MatchVectType &matchVect, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false) |
RDKIT_SUBSTRUCTMATCH_EXPORT unsigned int | RDKit::SubstructMatch (const MolBundle &mol, const ROMol &query, std::vector< MatchVectType > &matchVect, bool uniquify=true, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false, unsigned int maxMatches=1000) |
RDKIT_SUBSTRUCTMATCH_EXPORT unsigned int | RDKit::SubstructMatch (const MolBundle &mol, const MolBundle &query, std::vector< MatchVectType > &matchVect, bool uniquify=true, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false, unsigned int maxMatches=1000) |
RDKIT_SUBSTRUCTMATCH_EXPORT unsigned int | RDKit::SubstructMatch (const ROMol &mol, const MolBundle &query, std::vector< MatchVectType > &matchVect, bool uniquify=true, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false, unsigned int maxMatches=1000) |