![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <FilterMatchers.h>
Public Member Functions | |
Or () | |
Or (const FilterMatcherBase &arg1, const FilterMatcherBase &arg2) | |
Or (boost::shared_ptr< FilterMatcherBase > arg1, boost::shared_ptr< FilterMatcherBase > arg2) | |
Or (const Or &rhs) | |
std::string | getName () const override |
bool | isValid () const override |
bool | hasMatch (const ROMol &mol) const override |
hasMatches More... | |
bool | getMatches (const ROMol &mol, std::vector< FilterMatch > &matchVect) const override |
getMatches More... | |
boost::shared_ptr< FilterMatcherBase > | copy () const override |
![]() | |
FilterMatcherBase (std::string name=DEFAULT_FILTERMATCHERBASE_NAME) | |
FilterMatcherBase (const FilterMatcherBase &rhs) | |
virtual | ~FilterMatcherBase () |
virtual boost::shared_ptr< FilterMatcherBase > | Clone () const |
Definition at line 120 of file FilterMatchers.h.
|
inline |
Definition at line 126 of file FilterMatchers.h.
|
inline |
Constructs or Ander true if arg1 or arg2 are true
Definition at line 130 of file FilterMatchers.h.
|
inline |
Definition at line 133 of file FilterMatchers.h.
|
inline |
Definition at line 137 of file FilterMatchers.h.
|
inlineoverridevirtual |
copy copies the current FilterMatcherBase into one that can be passed around safely.
Implements RDKit::FilterMatcherBase.
Definition at line 164 of file FilterMatchers.h.
|
inlineoverridevirtual |
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 153 of file FilterMatchers.h.
References PRECONDITION.
|
inlineoverridevirtual |
Reimplemented from RDKit::FilterMatcherBase.
Definition at line 139 of file FilterMatchers.h.
References RDKit::FilterMatcherBase::getName().
|
inlineoverridevirtual |
hasMatches
Does the given molecule contain this filter pattern
mol | readonly const molecule being searched |
Implements RDKit::FilterMatcherBase.
Definition at line 148 of file FilterMatchers.h.
References PRECONDITION.
|
inlineoverridevirtual |
Implements RDKit::FilterMatcherBase.
Definition at line 144 of file FilterMatchers.h.