RDKit
Open-source cheminformatics and machine learning.
SubstructMatch.h File Reference
#include <RDGeneral/export.h>
#include <vector>

Go to the source code of this file.

Classes

struct  RDKit::SubstructMatchParameters
 

Namespaces

 RDKit
 Std stuff.
 

Functions

RDKIT_SUBSTRUCTMATCH_EXPORT std::vector< MatchVectType > RDKit::SubstructMatch (const ROMol &mol, const ROMol &query, const SubstructMatchParameters &params=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 &params=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 &params=SubstructMatchParameters())
 
RDKIT_SUBSTRUCTMATCH_EXPORT std::vector< MatchVectType > RDKit::SubstructMatch (const ROMol &mol, const MolBundle &query, const SubstructMatchParameters &params=SubstructMatchParameters())
 
RDKIT_SUBSTRUCTMATCH_EXPORT std::vector< MatchVectType > RDKit::SubstructMatch (const MolBundle &bundle, const MolBundle &query, const SubstructMatchParameters &params=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)