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) -> boolSets the search resolution for docking. Allowed resolutions are defined in the
OESearchResolutionnamespace. Default isOESearchResolution_Standard.SetScoreMethod
SetScoreMethod(value: int) -> boolSets the scoring method for docking. Allowed methods are defined in the
OEDockMethodnamespace. Default isOEDockMethod_Chemgauss4.