![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FilterMatchers.h>
Public Member Functions | |
And () | |
And (const FilterMatcherBase &arg1, const FilterMatcherBase &arg2) | |
And (const boost::shared_ptr< FilterMatcherBase > &arg1, const boost::shared_ptr< FilterMatcherBase > &arg2) | |
And (const And &rhs) | |
virtual std::string | getName () const |
bool | isValid () const |
bool | hasMatch (const ROMol &mol) const |
hasMatches More... | |
bool | getMatches (const ROMol &mol, std::vector< FilterMatch > &matchVect) const |
getMatches More... | |
boost::shared_ptr< FilterMatcherBase > | copy () const |
copy More... | |
![]() | |
FilterMatcherBase (const std::string &name=DEFAULT_FILTERMATCHERBASE_NAME) | |
FilterMatcherBase (const FilterMatcherBase &rhs) | |
virtual | ~FilterMatcherBase () |
virtual boost::shared_ptr< FilterMatcherBase > | Clone () const |
Clone - deprecated. More... | |
Definition at line 50 of file FilterMatchers.h.
|
inline |
Definition at line 56 of file FilterMatchers.h.
|
inline |
Constructs an Ander True if arg1 and arg2 FilterMatchers are true
Definition at line 61 of file FilterMatchers.h.
|
inline |
Definition at line 64 of file FilterMatchers.h.
|
inline |
Definition at line 68 of file FilterMatchers.h.
|
inlinevirtual |
copy
Implements RDKit::FilterMatcherBase.
Definition at line 97 of file FilterMatchers.h.
References RDUNUSED_PARAM.
|
inlinevirtual |
getMatches
Match the filter against a molecule
mol | readonly const molecule being searched |
matches | output vector of atom index matches found in the molecule |
Implements RDKit::FilterMatcherBase.
Definition at line 86 of file FilterMatchers.h.
References PRECONDITION.
|
inlinevirtual |
Reimplemented from RDKit::FilterMatcherBase.
Definition at line 71 of file FilterMatchers.h.
References RDKit::FilterMatcherBase::getName().
|
inlinevirtual |
hasMatches
Does the given molecule contain this filter pattern
mol | readonly const molecule being searched |
Implements RDKit::FilterMatcherBase.
Definition at line 80 of file FilterMatchers.h.
References PRECONDITION.
|
inlinevirtual |
Implements RDKit::FilterMatcherBase.
Definition at line 76 of file FilterMatchers.h.