RDKit
Open-source cheminformatics and machine learning.
RDKit::FilterMatch Struct Reference

Holds the atomPairs matched by the underlying matcher. More...

#include <FilterMatcherBase.h>

Public Member Functions

 FilterMatch (boost::shared_ptr< FilterMatcherBase > filter, MatchVectType atomPairs)
 
 FilterMatch (const FilterMatch &rhs)
 
bool operator== (const FilterMatch &rhs)
 

Public Attributes

boost::shared_ptr< FilterMatcherBasefilterMatch
 
MatchVectType atomPairs
 

Detailed Description

Holds the atomPairs matched by the underlying matcher.

Definition at line 51 of file FilterMatcherBase.h.

Constructor & Destructor Documentation

◆ FilterMatch() [1/2]

RDKit::FilterMatch::FilterMatch ( boost::shared_ptr< FilterMatcherBase filter,
MatchVectType  atomPairs 
)
inline

Definition at line 55 of file FilterMatcherBase.h.

◆ FilterMatch() [2/2]

RDKit::FilterMatch::FilterMatch ( const FilterMatch rhs)
inline

Definition at line 59 of file FilterMatcherBase.h.

Member Function Documentation

◆ operator==()

bool RDKit::FilterMatch::operator== ( const FilterMatch rhs)
inline

Definition at line 62 of file FilterMatcherBase.h.

References atomPairs, RDKit::DEFAULT_FILTERMATCHERBASE_NAME, and filterMatch.

Member Data Documentation

◆ atomPairs

MatchVectType RDKit::FilterMatch::atomPairs

Definition at line 53 of file FilterMatcherBase.h.

Referenced by operator==().

◆ filterMatch

boost::shared_ptr<FilterMatcherBase> RDKit::FilterMatch::filterMatch

Definition at line 52 of file FilterMatcherBase.h.

Referenced by operator==().


The documentation for this struct was generated from the following file: