OEDockOptions

class OEDockOptions : public OESystem::OEOptions

This class provides an interface to setup options required for docking with OEDock.

The OEDockOptions class defines the following public methods:

Constructor

OEDockOptions() -> OEDockOptions
OEDockOptions(arg2: OEDockOptions) -> OEDockOptions

Default and copy constructors.

GetResolution

GetResolution() -> int

See SetResolution method.

GetScoreMethod

GetScoreMethod() -> int

See SetScoreMethod method.

SetResolution

SetResolution(value: int) -> bool

Sets the search resolution for docking. Allowed resolutions are defined in the OESearchResolution namespace. Default is OESearchResolution_Standard.

SetScoreMethod

SetScoreMethod(value: int) -> bool

Sets the scoring method for docking. Allowed methods are defined in the OEDockMethod namespace. Default is OEDockMethod_Chemgauss4.