|
ImagingTools Core SDK
|
#include <IProcessingInfo.h>
Classes | |
| struct | ProcessingInfo |
Public Member Functions | |
| virtual ProcessingInfo | GetProcessingInfo () const =0 |
| virtual const ilog::IMessageContainer & | GetProcessingLog () const =0 |
This interface describes processing information for a job. The istd::IInformationProvder interface represents the status of the entire job. Additionaly you can get access to the procesing information using GetProcesinginfo method or get the processing log.
Definition at line 20 of file IProcessingInfo.h.
|
pure virtual |
Get information about the processing.
|
pure virtual |
Get the processing log.