OEGetResidues

OESystem::OEIterBase<OEChem::OEResidue> *
  OEGetResidues(const OEChem::OEMolBase &mol)

Returns an iterator containing all the unique OEResidue objects in the OEMolBase provided. Regardless of the number of atoms in a peptide amino-acid, nucleic acid base, or ligand, only one OEResidue will be returned for each.

See also