OESetCachedSelfShape

OESetCachedSelfShape(mcmol: OEMol, radiiApprox: int,
                     cradius: float = 1.7) -> bool
OESetCachedSelfShape(mcmol: Union[OEGraphMol,OEQMol],
                     radiiApprox: int, cradius: float = 1.7) -> bool

Store the self shape term on the molecule. For the OEMCMolBase, each conformer stores its own value. To retrieve the value, use OEGetCachedSelfShape. OEOverlap and OEBestOverlay will use the cached value instead of re-calculating the self terms.