#include <hamolecule.h>
Public Member Functions | |
| BondIteratorMolecule (HaMolecule *new_pMol) | |
| HaBond * | GetFirstBond () |
| Return the first bond of the Molecule (=NULL if no atoms). | |
| HaBond * | GetNextBond () |
| Return Next bond in the molecule (=NULL if no more atoms). | |
Protected Attributes | |
| set< HaBond >::iterator | bitrm |
| HaMolecule * | pMol |
1.3.6