OEPositResults

class OEPositResults

This class provides results of a collection of poses, obtained from OEPosit calculation.

The OEPositResults class defines the following public methods:

Constructors

OEPositResults() -> OEPositResults
OEPositResults(arg2: OEPositResults) -> OEPositResults

Default and copy constructors.

GetNumPoses

GetNumPoses() -> int

Returns the number of poses in this collection.

GetReturnCode

GetReturnCode() -> int

Returns the calculation return code, defined in OEDockingReturnCode namespace.

GetSinglePoseResults

GetSinglePoseResults() -> Iterable[OESinglePoseResult]

Returns an iterator over the OESinglePoseResult in this collection.