![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Holds the atomPairs matched by the underlying matcher. More...
#include <FilterMatcherBase.h>
Public Member Functions | |
FilterMatch () | |
FilterMatch (boost::shared_ptr< FilterMatcherBase > filter, MatchVectType atomPairs) | |
FilterMatch (const FilterMatch &rhs) | |
bool | operator== (const FilterMatch &rhs) const |
bool | operator!= (const FilterMatch &rhs) const |
Public Attributes | |
boost::shared_ptr< FilterMatcherBase > | filterMatch |
MatchVectType | atomPairs |
Holds the atomPairs matched by the underlying matcher.
Definition at line 52 of file FilterMatcherBase.h.
|
inline |
Definition at line 56 of file FilterMatcherBase.h.
|
inline |
Definition at line 57 of file FilterMatcherBase.h.
|
inline |
Definition at line 61 of file FilterMatcherBase.h.
|
inline |
Definition at line 69 of file FilterMatcherBase.h.
References atomPairs, RDKit::DEFAULT_FILTERMATCHERBASE_NAME, filterMatch, and RDKIT_FILTERCATALOG_EXPORT.
|
inline |
Definition at line 64 of file FilterMatcherBase.h.
References atomPairs, and filterMatch.
MatchVectType RDKit::FilterMatch::atomPairs |
Definition at line 54 of file FilterMatcherBase.h.
Referenced by operator!=(), and operator==().
boost::shared_ptr<FilterMatcherBase> RDKit::FilterMatch::filterMatch |
Definition at line 53 of file FilterMatcherBase.h.
Referenced by operator!=(), and operator==().