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) | |
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 54 of file FilterMatcherBase.h.
|
inline |
Definition at line 58 of file FilterMatcherBase.h.
|
inline |
Definition at line 59 of file FilterMatcherBase.h.
|
inline |
Definition at line 68 of file FilterMatcherBase.h.
References atomPairs, and filterMatch.
|
inline |
Definition at line 63 of file FilterMatcherBase.h.
References atomPairs, and filterMatch.
MatchVectType RDKit::FilterMatch::atomPairs |
Definition at line 56 of file FilterMatcherBase.h.
Referenced by operator!=(), and operator==().
boost::shared_ptr<FilterMatcherBase> RDKit::FilterMatch::filterMatch |
Definition at line 55 of file FilterMatcherBase.h.
Referenced by operator!=(), and operator==().