OEReceptorSetBoundLigand¶
bool OEReceptorSetBoundLigand(OEChem::OEMolBase& receptor,
const OEChem::OEMolBase& boundLigand)
Sets the bound ligand on receptor to be a copy of boundLigand.
Returns true if successful.
It is only valid to call this function if receptor is a valid receptor
(i.e., OEIsReceptor
returns true).