![]() |
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.
Definition at line 178 of file AtomIterators.h.
| typedef MatchingAtomIterator_<Atom_, Mol_> RDKit::MatchingAtomIterator_< Atom_, Mol_ >::ThisType |
Definition at line 180 of file AtomIterators.h.
|
inline |
Definition at line 181 of file AtomIterators.h.
Referenced by operator=().
| RDKit::MatchingAtomIterator_< Atom_, Mol_ >::MatchingAtomIterator_ | ( | Mol_ * | mol, |
| bool(* | fn )(Atom_ *) ) |
| RDKit::MatchingAtomIterator_< Atom_, Mol_ >::MatchingAtomIterator_ | ( | Mol_ * | mol, |
| int | pos ) |
| RDKit::MatchingAtomIterator_< Atom_, Mol_ >::~MatchingAtomIterator_ | ( | ) |
| RDKit::MatchingAtomIterator_< Atom_, Mol_ >::MatchingAtomIterator_ | ( | const ThisType & | other | ) |
| bool RDKit::MatchingAtomIterator_< Atom_, Mol_ >::operator!= | ( | const ThisType & | other | ) | const |
| Atom_ * RDKit::MatchingAtomIterator_< Atom_, Mol_ >::operator* | ( | ) | const |
| ThisType & RDKit::MatchingAtomIterator_< Atom_, Mol_ >::operator++ | ( | ) |
| ThisType RDKit::MatchingAtomIterator_< Atom_, Mol_ >::operator++ | ( | int | ) |
| ThisType & RDKit::MatchingAtomIterator_< Atom_, Mol_ >::operator-- | ( | ) |
| ThisType RDKit::MatchingAtomIterator_< Atom_, Mol_ >::operator-- | ( | int | ) |
| MatchingAtomIterator_ & RDKit::MatchingAtomIterator_< Atom_, Mol_ >::operator= | ( | const ThisType & | other | ) |
References MatchingAtomIterator_().
| bool RDKit::MatchingAtomIterator_< Atom_, Mol_ >::operator== | ( | const ThisType & | other | ) | const |