artec::sdk::base::AlgorithmWorkset Struct Reference

#include <artec/sdk/base/AlgorithmWorkset.h>

Public Attributes

IModelin
 Algorithm's input. More...
 
IModelout
 Algorithm's output. More...
 
IProgressInfoprogress
 Algorithm's progress report with steps. More...
 
ICancellationTokencancellation
 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: