RDKit
Open-source cheminformatics and machine learning.
|
various tools for iterating over a molecule's Bonds More...
Go to the source code of this file.
Classes | |
class | RDKit::BondIterator_ |
iterator for a molecule's bonds, currently BiDirectional, but it theoretically ought to be RandomAccess. More... | |
class | RDKit::ConstBondIterator_ |
const iterator for a molecule's bonds, currently BiDirectional, but it theoretically ought to be RandomAccess. More... | |
Namespaces | |
namespace | RDKit |
Std stuff. | |
various tools for iterating over a molecule's Bonds
WARNING: If you go changing the molecule underneath one of these iterators you will be sad...
Definition in file BondIterators.h.