AlgorithmWorkset.h
Go to the documentation of this file.
ICancellationToken * cancellation
Callback for testing an algorithm against cancellation and immediate stop.
Definition: AlgorithmWorkset.h:40
Definition: AlgorithmWorkset.h:17
IModel * in
Input model (container of Scans and CompositeContainer etc.) is input values for algorithm.
Definition: AlgorithmWorkset.h:31
IModel * out
Output model (container of Scans and CompositeContainer etc.) is result of algorithm.
Definition: AlgorithmWorkset.h:34
unsigned int threadsCount
Definition: AlgorithmWorkset.h:44
This is a container of Scan(s) and a single CompositeContainer.
Definition: IModel.h:60
IProgressInfo * progress
Progress report callback for an algorithm.
Definition: AlgorithmWorkset.h:37
Workset for algorithms parameters.
Definition: AlgorithmWorkset.h:28