OEEonOverlayResults

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

class OEEonOverlayResults

This class stores all shape and charge overlay results.

The OEEonOverlayResults class defines the following public methods:

Constructors

Default, constructor from OEBestOverlayResults class object, and a copy constructor.

OEEonOverlayResults()
OEEonOverlayResults(const OEShape::OEBestOverlayResults)
OEEonOverlayResults(const OEEon::OEEonOverlayResults)

operator=

OEEonOverlayResults& operator=(const OEEonOverlayResults&)

Assignment operator.

Destructor

~OEEonOverlayResults()

GetScores

OESystem::OEIterBase<OEEonOverlayScore> *GetScores();

This method returns all the scores currently stored.

AddScore

bool AddScore(const OEEonOverlayScore &sc);

This method adds a score to the object.

Clear

bool Clear();

This method clears the contents of the object to an empty state.