OEROCSOverlay

OEROCSOverlay(argResult: OEROCSResult, argQuery: OEMol,
              argFitMol: OEMol,
              argOptions: OEROCSOptions = OEROCSOptions()) -> bool
OEROCSOverlay(argResult: OEROCSResult,
              argQuery: Union[OEGraphMol,OEQMol], argFitMol: OEMol,
              argOptions: OEROCSOptions = OEROCSOptions()) -> bool
OEROCSOverlay(argResult: OEROCSResult,
              argQuery: Union[OEGraphMol,OEMol,OEQMol],
              argFitMol: Union[OEGraphMol,OEQMol],
              argOptions: OEROCSOptions = OEROCSOptions()) -> bool
OEROCSOverlay(argResult: OEROCSResult,
              argQuery: Union[OEGraphMol,OEMol,OEQMol],
              argFitMol: Union[OEGraphMol,OEMol,OEQMol],
              argOptions: OEROCSOptions = OEROCSOptions()) -> bool

Calculate the overlay between the query and the fit molecule. Returns True if calculation completed successfully. The first argument returns the results of the single best hit.

Note

This function sets up the reference system in OEROCS every time it is called, even if it is called with the same reference object. This can have unexpected performance issues if the function is used in a loop.