![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| StateTemplate (std::weak_ptr< PoolProcessor > processor, size_t count, Done &&done) | |
| Public Member Functions inherited from inviwo::pool::detail::State | |
| Progress | getProgress (size_t id) |
| Stop | getStop () |
| void | setProgress (size_t id, double progress) |
| State (std::weak_ptr< PoolProcessor > processor, size_t count) | |
Public Attributes | |
| Done | done |
| std::vector< std::future< Result > > | futures |
| Public Attributes inherited from inviwo::pool::detail::State | |
| std::atomic< size_t > | count |
| size_t | nJobs |
| std::weak_ptr< PoolProcessor > | processor |
| std::vector< std::atomic< double > > | progress |
| std::future< void > | progressUpdate |
| std::atomic< bool > | stop |