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.
|
inline |
Definition at line 215 of file MLWEMIncludes.h.
Definition at line 236 of file MLWEMIncludes.h.
References mlrange_cast().
Definition at line 224 of file MLWEMIncludes.h.
References mlrange_cast(), and update().
Referenced by update().
Definition at line 227 of file MLWEMIncludes.h.
References mlrange_cast().
Definition at line 241 of file MLWEMIncludes.h.
float ml::WEMProgressUpdater::offset |
Definition at line 240 of file MLWEMIncludes.h.
ProgressField* ml::WEMProgressUpdater::progressField |
Definition at line 238 of file MLWEMIncludes.h.
float ml::WEMProgressUpdater::ratio |
Definition at line 239 of file MLWEMIncludes.h.