![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FilterMatchers.h>
Public Member Functions | |
Not () | |
Not (const FilterMatcherBase &arg1) | |
Not (const boost::shared_ptr< FilterMatcherBase > &arg1) | |
Not (const Not &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 > &) const |
getMatches More... | |
boost::shared_ptr< FilterMatcherBase > | Clone () const |
Clone. More... | |
![]() | |
FilterMatcherBase (const std::string &name=DEFAULT_FILTERMATCHERBASE_NAME) | |
FilterMatcherBase (const FilterMatcherBase &rhs) | |
virtual | ~FilterMatcherBase () |
Definition at line 173 of file FilterMatchers.h.
|
inline |
Definition at line 178 of file FilterMatchers.h.
|
inline |
Constructs a Noter true if arg1 is false (note, never returns matches
Definition at line 184 of file FilterMatchers.h.
|
inline |
Definition at line 187 of file FilterMatchers.h.
|
inline |
Definition at line 190 of file FilterMatchers.h.
|
inlinevirtual |
Clone.
Implements RDKit::FilterMatcherBase.
Definition at line 211 of file FilterMatchers.h.
References RDUNUSED_PARAM, and RDKit::SMARTS_MATCH_NAME_DEFAULT.
|
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 203 of file FilterMatchers.h.
References RDKit::FilterMatchOps::And::isValid(), and PRECONDITION.
|
inlinevirtual |
Reimplemented from RDKit::FilterMatcherBase.
Definition at line 192 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 198 of file FilterMatchers.h.
References RDKit::FilterMatchOps::And::isValid(), and PRECONDITION.
|
inlinevirtual |
Implements RDKit::FilterMatcherBase.
Definition at line 196 of file FilterMatchers.h.