OEShapeOverlapDisplayOptions
class OEShapeOverlapDisplayOptions : public OEDepict::OE2DMolDisplayOptions
This class represents OEShapeOverlapDisplayOptions
that encapsulates properties that determine how the color atom
overlap between the reference and the fit molecule is depicted by the
OERenderShapeOverlap function.
See also
OEShapeOverlapDisplay class
OERenderShapeOverlapfunction
Code Example
Visualizing Shape and Color Overlap OpenEye Python Cookbook recipe
The following methods are publicly inherited from OE2DMolDisplayOptions:
Constructors
OEShapeOverlapDisplayOptions() -> OEShapeOverlapDisplayOptions
Default constructor.
OEShapeOverlapDisplayOptions(rhs: OEShapeOverlapDisplayOptions) -> OEShapeOverlapDisplayOptions
Copy constructors.
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 shape overlap.
See also
GetOverlapColor
GetOverlapColor() -> OEColor
Returns the color of the property map that is used to visualize shape overlap between the reference and the fit molecule.
See also
GetOverlapDisplayStyle
GetOverlapDisplayStyle() -> int
Returns the style that defines how shape overlay is depicted
by the OERenderShapeOverlap function.
The return value is taken from the
OEShapeOverlapDisplayStyle namespace.
See also
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
Sets whether or not the image is cleared
(by calling OEImageBase.Clear method)
prior to the rendering of the shape overlap.
See also
SetOverlapColor
SetOverlapColor(color: OEColor) -> None
Sets the color of the property map that is used to visualize shape overlap between the reference and the fit molecule.
See also
SetOverlapDisplayStyle
SetOverlapDisplayStyle(style: int) -> None
Sets the style that defines how shape overlay is depicted
by the OERenderShapeOverlap function.
- style
This value has to be from the
OEShapeOverlapDisplayStylenamespace.
See also
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 OERenderShapeOverlap function
to depict the shape overlap.