![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Namespaces | |
| namespace | detail |
Classes | |
| class | Stop |
| class | Progress |
Typedefs | |
| using | Options = flags::flags<pool::Option> |
Enumerations | |
| enum class | Option { KeepOldResults = 1 << 0 , QueuedDispatch = 1 << 1 , DelayDispatch = 1 << 2 , DelayInvalidation = 1 << 3 } |
PoolProcessor utilities
pool
| using inviwo::pool::Options = flags::flags<pool::Option> |
Settings for the PoolProcessor
|
strong |
Settings for the PoolProcessor
| Enumerator | |
|---|---|
| KeepOldResults | Also call done for old jobs, by default old jobs will be discarded. |
| QueuedDispatch | Don't submit new jobs while old ones are running. The last submission will be queued and submitted when the current one is finished |
| DelayDispatch | Wait for a small delay (500ms) of inactivity before submitting a job. |
| DelayInvalidation | Delay invalidation of outports until the job is finished. This will override the default processor invalidation. |