OEDockMethodGetValue

OEDockMethodGetValue(name: str) -> int

Returns the value of a constant from the OEDockMethod namespace associated with the scoring function name, or OEDockMethod_INVALID if the name is not recognized.

OEDockMethodGetValue(itf: OEInterface, parameter: str) -> int

Used in conjunction with the OEDockMethodConfigure function. Returns a constant from the OEDockMethod namespace associated with the dock method the user specified on the command line, or OEDockMethod_Default if the user did not specify a value. itf and flagName should be the same as those passed to the OEDockMethodConfigure function and OEParseCommandLine should have been called on itf.