Leaper Vision Toolkit
中文 / English 2.x
LIBTaskResult Class Reference
Inheritance diagram for LIBTaskResult:
ILIBTaskResult ILObjects ILObject

Additional Inherited Members

- Public Member Functions inherited from ILIBTaskResult
ILIBAlgoResultItem (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 ILIBTaskResult
ILIBAlgoResult AlgoResult (LString algoName) [get]
 The algorithm result, queried using the algorithm name. Return null if failed to find the algorithm with the specified name. More...
 
double ExecTime [get]
 The execution time of the task.
 
LString Name [get]
 The name of the task. For a task loaded into via LPV IB service, the name is usually the same as the file name.
 

Detailed Description

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

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