OEPocketOptions
Attention
This API is currently available in C++ and Python.
class OEPocketOptions : public OESystem::OEOptions
This class stores the optional parameter sets for pocket finding using
OEFindPockets function.
Constructors
OEPocketOptions() -> OEPocketOptions
OEPocketOptions(arg2: OEPocketOptions) -> OEPocketOptions
Default and copy constructor that constructs a OEPocketOptions object.
GetMinSurfaceArea
GetMinSurfaceArea() -> float
Returns the minimum surface area for a detected pocket surface. [Default: \(150 \, {Angstrom}^2\)]
GetMaxSurfaceArea
GetMaxSurfaceArea() -> float
Returns the maximum surface area for a detected pocket surface. [Default: \(3000 \, {Angstrom}^2\)]
GetBurialFactor
GetBurialFactor() -> float
Returns the factor used to distinguish pockets from the general surface. [Default: 1.4]
SetMinSurfaceArea
SetMinSurfaceArea(value: float) -> boolSets the minimum surface area for a detected pocket surface.
SetMaxSurfaceArea
SetMaxSurfaceArea(value: float) -> boolSets the maximum surface area for a detected pocket surface.
SetBurialFactor
SetBurialFactor(value: float) -> boolSets the factor used to distinguish pockets from the general surface.
See also
OEFindPocketsfunctionOEPocket class