artec::sdk::base::AlgorithmWorkset Struct Reference
#include <artec/sdk/base/AlgorithmWorkset.h>
Public Attributes | |
IModel * | in |
Algorithm's input. More... | |
IModel * | out |
Algorithm's output. More... | |
IProgressInfo * | progress |
Algorithm's progress report with steps. More... | |
ICancellationToken * | cancellation |
Cancellation callback. More... | |
unsigned int | threadsCount |
0 == max available threads More... | |
Detailed Description
Definition at line 24 of file AlgorithmWorkset.h.
Member Data Documentation
ICancellationToken* artec::sdk::base::AlgorithmWorkset::cancellation |
Cancellation callback.
Definition at line 30 of file AlgorithmWorkset.h.
IModel* artec::sdk::base::AlgorithmWorkset::in |
Algorithm's input.
Definition at line 26 of file AlgorithmWorkset.h.
IModel* artec::sdk::base::AlgorithmWorkset::out |
Algorithm's output.
Definition at line 27 of file AlgorithmWorkset.h.
IProgressInfo* artec::sdk::base::AlgorithmWorkset::progress |
Algorithm's progress report with steps.
Definition at line 29 of file AlgorithmWorkset.h.
unsigned int artec::sdk::base::AlgorithmWorkset::threadsCount |
0 == max available threads
Definition at line 32 of file AlgorithmWorkset.h.
The documentation for this struct was generated from the following file:
- artec/sdk/base/AlgorithmWorkset.h