Inviwo
0.9.10.1
Inviwo documentation
|
#include <progressbarowner.h>
Public Member Functions | |
ProgressBar & | getProgressBar () |
const ProgressBar & | getProgressBar () const |
void | updateProgress (float progress) |
Protected Attributes | |
ProgressBar | progressBar_ |
Class to support processors owning a ProgressBar. This class allows a progress bar contained within a processor to be visible in the network.
Example of how to apply it to a processor.