#include <vuProgressHandler.h>
Inheritance diagram for vuProgressHandler:
Public Member Functions | |
virtual void | setRange (int range)=0 |
virtual int | getRange ()=0 |
virtual int | getCurrentProgress ()=0 |
virtual bool | update (int newProgressValue, const char *msg=0)=0 |
|
returns the current progress value, which is updated by update(int, char*) Implemented in vuSimpleProgressHandler. Referenced by vuFourierVolume< S >::writeFourierToFile(). |
|
|
The range specifies the value, which represents the '100% completed' mark. The range can be manipulated to allow nest calls (see example above).
Implemented in vuSimpleProgressHandler. Referenced by vuFourierClusterN< SIZE, TYPE >::writeFourierToFile(). |
|
updates the progress bar and additionally gives some message Implemented in vuSimpleProgressHandler. Referenced by vuFourierClusterN< SIZE, TYPE >::preprocess(), vuFourierCluster< SIZE, TYPE >::preprocess(), and vuFourierVolume< S >::writeFourierToFile(). |