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(const OEPositResults&)

Default and copy constructors.

operator=

OEPositResults &operator=(const OEPositResults &)

GetNumPoses

unsigned GetNumPoses() const

Returns the number of poses in this collection.

GetReturnCode

unsigned GetReturnCode() const

Returns the calculation return code, defined in OEDockingReturnCode namespace.

GetSinglePoseResults

OESystem::OEIterBase<OESinglePoseResult>* GetSinglePoseResults() const

Returns an iterator over the OESinglePoseResult in this collection.