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(const OEDockOptions &)
Default and copy constructors.
GetResolution
unsigned GetResolution() const
See SetResolution method.
GetScoreMethod
unsigned GetScoreMethod() const
See SetScoreMethod method.
SetResolution
bool SetResolution(const unsigned)Sets the search resolution for docking. Allowed resolutions are defined in the
OESearchResolutionnamespace. Default isOESearchResolution.Standard.SetScoreMethod
bool SetScoreMethod(const unsigned)Sets the scoring method for docking. Allowed methods are defined in the
OEDockMethodnamespace. Default isOEDockMethod.Chemgauss4.