|
MeVisLab Toolbox Reference
|
Helper struct for updating the progress bar while loading/saving. More...
#include <MLWEMIncludes.h>
Public Member Functions | |
| WEMProgressUpdater () | |
| WEMProgressUpdater (ProgressField *pf, float r, float o) | |
| template<typename DT> | |
| void | update (DT current) |
| template<typename DT1, typename DT2> | |
| void | update (DT1 current, DT2 read) |
| template<typename DT> | |
| void | addOffset (DT o) |
Public Attributes | |
| ProgressField * | progressField |
| float | ratio |
| float | offset |
| unsigned int | mod |
Helper struct for updating the progress bar while loading/saving.
Definition at line 209 of file MLWEMIncludes.h.
|
inline |
Definition at line 211 of file MLWEMIncludes.h.
References progressField.
|
inline |
Definition at line 215 of file MLWEMIncludes.h.
References mod, offset, progressField, and ratio.
|
inline |
Definition at line 236 of file MLWEMIncludes.h.
|
inline |
|
inline |
Definition at line 227 of file MLWEMIncludes.h.
References mod, offset, progressField, and ratio.
| unsigned int ml::WEMProgressUpdater::mod |
Definition at line 241 of file MLWEMIncludes.h.
Referenced by update(), and WEMProgressUpdater().
| float ml::WEMProgressUpdater::offset |
Definition at line 240 of file MLWEMIncludes.h.
Referenced by addOffset(), update(), and WEMProgressUpdater().
| ProgressField* ml::WEMProgressUpdater::progressField |
Definition at line 238 of file MLWEMIncludes.h.
Referenced by update(), WEMProgressUpdater(), and WEMProgressUpdater().
| float ml::WEMProgressUpdater::ratio |
Definition at line 239 of file MLWEMIncludes.h.
Referenced by addOffset(), update(), and WEMProgressUpdater().