Home
last modified time | relevance | path

Searched defs:MatchingAtomIterator_ (Results 1 – 3 of 3) sorted by relevance

/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/
H A DAtomIterators.cpp516 MatchingAtomIterator_<Atom_, Mol_>::MatchingAtomIterator_(Mol_ *mol, in MatchingAtomIterator_() function in RDKit::MatchingAtomIterator_
525 MatchingAtomIterator_<Atom_, Mol_>::MatchingAtomIterator_(Mol_ *mol, int pos) { in MatchingAtomIterator_() function in RDKit::MatchingAtomIterator_
536 MatchingAtomIterator_<Atom_, Mol_>::MatchingAtomIterator_( in MatchingAtomIterator_() function in RDKit::MatchingAtomIterator_
639 template class MatchingAtomIterator_<Atom, ROMol>; variable
640 template class MatchingAtomIterator_<const Atom, const ROMol>; variable
H A DAtomIterators.h181 MatchingAtomIterator_() : _mol(nullptr), _qF(nullptr){}; in MatchingAtomIterator_() function
H A DROMol.h67 class MatchingAtomIterator_; variable