OEGetInteractions

OESystem::OEIterBase<const OEInteractionHint>* OEGetInteractions(const OEChem::OEMolBase& mol,
                                                                 const OEInteractionHintContainer& container)

Returns an iterator over the interactions stored in the given container that are connecting any atoms of the given molecules.

OESystem::OEIterBase<const OEInteractionHint>* OEGetInteractions(const OEChem::OEAtomBase* atom,
                                                                 const OEInteractionHintContainer& container)

Returns an iterator over the interactions stored in the given container that are connecting the given atom.