OEPositResults¶
class OEPositResults
This class provides results of a collection of poses, obtained from OEPosit calculation.
- The OEPositResults class defines the following public methods:
operator=¶
OEPositResults &operator=(const OEPositResults &)
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.