OEShapeQueryDisplayOptions
class OEShapeQueryDisplayOptions : public OEDepict::OE2DMolDisplayOptions
This class represents OEShapeQueryDisplayOptions
that encapsulates properties that determine how the reference molecule
of a shape overlap is depicted by the OERenderShapeQuery function.
See also
OEShapeQueryDisplay class
OERenderShapeQueryfunction
Code Example
Visualizing Shape and Color Overlap OpenEye Python Cookbook recipe
The following methods are publicly inherited from OE2DMolDisplayOptions:
Constructors
OEShapeQueryDisplayOptions() -> OEShapeQueryDisplayOptions
Default constructor.
OEShapeQueryDisplayOptions(rhs: OEShapeQueryDisplayOptions) -> OEShapeQueryDisplayOptions
Copy constructors.
ClearSurfaceArcFxn
ClearSurfaceArcFxn() -> None
Removes the surface drawing functor that is drawn to represent the 2D molecule surface of the reference molecule.
GetClearBackground
GetClearBackground() -> bool
Returns whether or not the image is cleared
(by calling OEImageBase.Clear method)
prior to the rendering of the shape query.
GetColorAtomStyle
GetColorAtomStyle() -> int
Returns the style that is used to define how color atoms are depicted
by the OERenderShapeQuery function.
The return value is taken from the OEColorAtomStyle
namespace.
See also
GetDepictOrientation
GetDepictOrientation() -> int
Returns the preferred orientation of 2D layout if the shape query.
The return value is taken from the
OEDepictOrientation namespace.
See also
GetSurfaceArcFxn
GetSurfaceArcFxn() -> OESurfaceArcFxnBase
Returns the surface drawing functor that is drawn to represent the 2D molecule surface of the reference 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 query.
SetColorAtomStyle
SetColorAtomStyle(style: int) -> None
Sets the style that defines how color atoms are
depicted by the OERenderShapeQuery function.
- style
This value has to be from the
OEColorAtomStylenamespace.
See also
SetDepictOrientation
SetDepictOrientation(arg2: int) -> None
Sets the preferred orientation of 2D layout of the shape query.
- orientation
This value has to be from the
OEDepictOrientationnamespace.
Note
Changing the orientation of the layout of the shape query consequently effects the orientation of the shape and color overlaps mapped to the given shape query.
See also
OEDepictOrientationnamespace
SetSurfaceArcFxn
SetSurfaceArcFxn(arcfxn: OESurfaceArcFxnBase) -> None
Sets the surface drawing functor that is drawn to represent the 2D
molecule surface of the reference molecule when calling the
OERenderShapeQuery function.