OEColorOverlapDisplayOptions
class OEColorOverlapDisplayOptions : public OEDepict::OE2DMolDisplayOptions
This class represents OEColorOverlapDisplayOptions
that encapsulates properties that determine how the color atom
overlap between the reference and the fit molecule is depicted by the
OERenderColorOverlap function.
See also
OEShapeOverlapDisplay class
OERenderColorOverlapfunction
Code Example
Visualizing Shape and Color Overlap OpenEye Python Cookbook recipe
The following methods are publicly inherited from OE2DMolDisplayOptions:
Constructors
OEColorOverlapDisplayOptions() -> OEColorOverlapDisplayOptions
Default constructor.
OEColorOverlapDisplayOptions(rhs: OEColorOverlapDisplayOptions) -> OEColorOverlapDisplayOptions
Copy constructor.
ClearQuerySurfaceArcFxn
ClearQuerySurfaceArcFxn() -> None
Removes the surface drawing functor that is drawn to represent the 2D molecule surface of the reference molecule around the fit molecule.
GetClearBackground
GetClearBackground() -> bool
Returns whether or not the image is cleared
(by calling OEImageBase.Clear method)
prior to the rendering of the color overlap.
GetQuerySurfaceArcFxn
GetQuerySurfaceArcFxn() -> OESurfaceArcFxnBase
Returns the surface drawing functor that is drawn to represent the 2D molecule surface of the reference molecule around the fit molecule.
SetClearBackground
SetClearBackground(clear: bool) -> None
Returns whether or not the image is cleared
(by calling OEImageBase.Clear method)
prior to the rendering of the color overlap.
SetQuerySurfaceArcFxn
SetQuerySurfaceArcFxn(arcfxn: OESurfaceArcFxnBase) -> None
Sets the surface drawing functor that is drawn to represent the 2D
molecule surface of the reference molecule around the fit molecule
when calling the OERenderColorOverlap function
to depict the atom color overlap.