11 #ifndef _ALGORITHMWORKSET_H_
12 #define _ALGORITHMWORKSET_H_
14 namespace artec {
namespace sdk {
namespace base
46 #endif // _ALGORITHMWORKSET_H_
ICancellationToken * cancellation
Callback to test whether the algorithm has been canceled or terminated.
IModel * in
Input model (container of Scans and CompositeContainer etc.) is the input values for algorithm...
IModel * out
Output model (container of Scans and CompositeContainer etc.) is the result of algorithm.
unsigned int threadsCount
Thread count for algorithm.
Container of Scan(s) and a single CompositeContainer.
IProgressInfo * progress
Progress report callback for an algorithm.
Callback interface to notify process about cancellation.
Workset for algorithm parameters.
Interface for a progress notification listener.