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
OEEonOverlayResults(rhs: OEEonOverlayResults) -> OEEonOverlayResults
OEEonOverlayResults(rhs: OEBestOverlayResults) -> OEEonOverlayResults
Destructor
~OEEonOverlayResults()
GetScores
GetScores() -> Iterable[OEEonOverlayScore]
This method returns all the scores currently stored.
AddScore
AddScore(sc: OEEonOverlayScore) -> bool
This method adds a score to the object.
Clear
bool Clear()
This method clears the contents of the object to an empty state.