Leaper WaferScan Toolkit
中文 / English 2.x
LIBAlgoResult Class Reference
Inheritance diagram for LIBAlgoResult:
ILIBAlgoResult ILObjects ILObject

Additional Inherited Members

- Public Member Functions inherited from ILIBAlgoResult
ILIBDataItem (int index)
 
- Public Member Functions inherited from ILObjects
int Count ()
 
BOOL Empty ()
 
ILObjectItemObject (int objIndex)
 
- Public Member Functions inherited from ILObject
ILObjectCopy ()
 
LPVErrorCode Load (LString filename)
 
void Reset ()
 
LPVErrorCode Save (LString filename)
 
BOOL Valid ()
 
- Properties inherited from ILIBAlgoResult
double ExecTime [get]
 The execution time of the algorithm tool in ms.
 
LString Name [get]
 The unique name of the algorithm tool, which is shown in the IntelliBlink UI and we use it to identify the tool.
 
ILIBData Result (LString resultName) [get]
 The result data, queried using its name. Return null if failed to find the result with the specified name. More...
 

Detailed Description

This class implements the interface ILIBAlgoResult, and is used to create an instance of IntelliBlink algorithm tool's execution result.

Note: This class is currently not available on Linux / MacOS platform.