![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Iterate over atoms matching a query function. This is bidirectional. More...
#include <AtomIterators.h>
Public Types | |
typedef MatchingAtomIterator_< Atom_, Mol_ > | ThisType |
Public Member Functions | |
MatchingAtomIterator_ () | |
MatchingAtomIterator_ (Mol_ *mol, bool(*fn)(Atom_ *)) | |
MatchingAtomIterator_ (Mol_ *mol, int pos) | |
~MatchingAtomIterator_ () | |
MatchingAtomIterator_ (const ThisType &other) | |
MatchingAtomIterator_ & | operator= (const ThisType &other) |
bool | operator== (const ThisType &other) const |
bool | operator!= (const ThisType &other) const |
Atom_ * | operator* () const |
ThisType & | operator++ () |
ThisType | operator++ (int) |
ThisType & | operator-- () |
ThisType | operator-- (int) |
Iterate over atoms matching a query function. This is bidirectional.
MatchingAtomIterator_<Atom_, Mol_> RDKit::MatchingAtomIterator_< T1, T2 >::ThisType |
Definition at line 180 of file AtomIterators.h.
|
inline |
Definition at line 181 of file AtomIterators.h.
RDKit::MatchingAtomIterator_< T1, T2 >::MatchingAtomIterator_ | ( | Mol_ * | mol, |
bool(* | fn )(Atom_ *) ) |
RDKit::MatchingAtomIterator_< T1, T2 >::MatchingAtomIterator_ | ( | Mol_ * | mol, |
int | pos ) |
RDKit::MatchingAtomIterator_< T1, T2 >::~MatchingAtomIterator_ | ( | ) |
RDKit::MatchingAtomIterator_< T1, T2 >::MatchingAtomIterator_ | ( | const ThisType & | other | ) |
bool RDKit::MatchingAtomIterator_< T1, T2 >::operator!= | ( | const ThisType & | other | ) | const |
Atom_ * RDKit::MatchingAtomIterator_< T1, T2 >::operator* | ( | ) | const |
ThisType & RDKit::MatchingAtomIterator_< T1, T2 >::operator++ | ( | ) |
ThisType RDKit::MatchingAtomIterator_< T1, T2 >::operator++ | ( | int | ) |
ThisType & RDKit::MatchingAtomIterator_< T1, T2 >::operator-- | ( | ) |
ThisType RDKit::MatchingAtomIterator_< T1, T2 >::operator-- | ( | int | ) |
MatchingAtomIterator_ & RDKit::MatchingAtomIterator_< T1, T2 >::operator= | ( | const ThisType & | other | ) |
bool RDKit::MatchingAtomIterator_< T1, T2 >::operator== | ( | const ThisType & | other | ) | const |