|
RDKIT_SUBSTRUCTMATCH_EXPORT std::vector< MatchVectType > | RDKit::SubstructMatch (const ROMol &mol, const ROMol &query, const SubstructMatchParameters ¶ms=SubstructMatchParameters()) |
| Find a substructure match for a query in a molecule. More...
|
|
RDKIT_SUBSTRUCTMATCH_EXPORT std::vector< MatchVectType > | RDKit::SubstructMatch (ResonanceMolSupplier &resMolSuppl, const ROMol &query, const SubstructMatchParameters ¶ms=SubstructMatchParameters()) |
| Find all substructure matches for a query in a ResonanceMolSupplier object. More...
|
|
RDKIT_SUBSTRUCTMATCH_EXPORT std::vector< MatchVectType > | RDKit::SubstructMatch (const MolBundle &bundle, const ROMol &query, const SubstructMatchParameters ¶ms=SubstructMatchParameters()) |
|
RDKIT_SUBSTRUCTMATCH_EXPORT std::vector< MatchVectType > | RDKit::SubstructMatch (const ROMol &mol, const MolBundle &query, const SubstructMatchParameters ¶ms=SubstructMatchParameters()) |
|
RDKIT_SUBSTRUCTMATCH_EXPORT std::vector< MatchVectType > | RDKit::SubstructMatch (const MolBundle &bundle, const MolBundle &query, const SubstructMatchParameters ¶ms=SubstructMatchParameters()) |
|
template<typename T1 , typename T2 > |
bool | RDKit::SubstructMatch (T1 &mol, const T2 &query, MatchVectType &matchVect, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false) |
| Find a substructure match for a query. More...
|
|
template<typename T1 , typename T2 > |
unsigned int | RDKit::SubstructMatch (T1 &mol, const T2 &query, std::vector< MatchVectType > &matchVect, bool uniquify=true, bool recursionPossible=true, bool useChirality=false, bool useQueryQueryMatches=false, unsigned int maxMatches=1000, int numThreads=1) |
| Find all substructure matches for a query. More...
|
|
template<> |
bool | RDKit::SubstructMatch (ResonanceMolSupplier &resMolSupplier, const ROMol &query, MatchVectType &matchVect, bool recursionPossible, bool useChirality, bool useQueryQueryMatches) |
|
template<> |
unsigned int | RDKit::SubstructMatch (ResonanceMolSupplier &resMolSupplier, const ROMol &query, std::vector< MatchVectType > &matchVect, bool uniquify, bool recursionPossible, bool useChirality, bool useQueryQueryMatches, unsigned int maxMatches, int numThreads) |
|