#include <hamolecule.h>
Inheritance diagram for AtomIteratorMolecule:

Public Member Functions | |
| AtomIteratorMolecule (HaMolecule *new_pMol) | |
| virtual HaAtom * | GetFirstAtom () |
| Return the first atom of the Molecule (=NULL if no atoms). | |
| virtual HaAtom * | GetNextAtom () |
| Return Next atom in the molecule (=NULL if no more atoms). | |
| virtual Vec3D * | GetFirstPt () |
| Get First Point in the collection. | |
| virtual Vec3D * | GetNextPt () |
| Get Next Point in the collection. | |
Protected Attributes | |
| list< HaAtom >::iterator | aitrm |
| HaMolecule * | pMol |
1.3.6