#include "algo/loop.h"
Public Member Functions | |
| FORCE_INLINE | Run (const std::string &text, const vector< size_t > &axes, const std::tuple< ImageType &... > &vox) |
| FORCE_INLINE void | operator++ () |
| FORCE_INLINE void | operator++ (int) |
Public Member Functions inherited from MR::LoopAlongDynamicAxes::Run< ImageType > | |
| FORCE_INLINE | Run (const vector< size_t > &axes, const std::tuple< ImageType &... > &vox) |
| FORCE_INLINE | operator bool () const |
| FORCE_INLINE void | operator++ () |
| FORCE_INLINE void | operator++ (int) |
Public Attributes | |
| NOMEMALIGN MR::ProgressBar | progress |
Public Attributes inherited from MR::LoopAlongDynamicAxes::Run< ImageType > | |
| NOMEMALIGN const vector< size_t > | axes |
| const std::tuple< ImageType &... > | vox |
| const size_t | from |
| const ssize_t | size0 |
| bool | ok |
|
inline |
|
inline |
|
inline |
| NOMEMALIGN MR::ProgressBar MR::LoopAlongDynamicAxesProgress::Run< ImageType >::progress |