OESetInteractionsHintSerializationIds

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

void OESetInteractionsHintSerializationIds(OEChem::OEMolBase& mol)

Sets the interaction hint serialization ids on a molecule. This function is useful when serializing interactions for multiple active sites in the same protein.

void OESetInteractionsHintSerializationIds(OEBio::OEDesignUnit& du)

Sets the interaction hint serialization ids on all molecules in the given OEDesignUnit. This is equivalent to calling the molecule overload on each component of the design unit.