OEFindRingAtomsAndBonds

void OEFindRingAtomsAndBonds(OEMolBase &mol)

Determines which atoms and bonds of a molecule are contained in rings, and set their ‘in ring’ property appropriately via OEAtomBase.SetInRing and OEBondBase.SetInRing methods, respectively.

See also