#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | RDKit |
Functions | |
| bool | RDKit::SubstructMatch (const ROMol &mol, const ROMol &query, MatchVectType &matchVect, bool recursionPossible=true, bool useChirality=false, bool registerQuery=false) |
| Find a substructure match for a query in a molecule. | |
| unsigned int | RDKit::SubstructMatch (const ROMol &mol, const ROMol &query, std::vector< MatchVectType > &matchVect, bool uniquify=true, bool recursionPossible=true, bool useChirality=false, bool registerQuery=false) |
| Find all substructure matches for a query in a molecule. | |
1.5.6