#include "algo/loop.h"
Public Member Functions | |
FORCE_INLINE | Run (const std::string &text, const size_t from, const size_t to, const std::tuple< ImageType &... > &vox) |
FORCE_INLINE void | operator++ () |
FORCE_INLINE void | operator++ (int) |
Public Member Functions inherited from MR::LoopAlongAxisRange::Run< ImageType... > | |
FORCE_INLINE | Run (const size_t axis_from, const size_t axis_to, 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::LoopAlongAxisRange::Run< ImageType... > | |
NOMEMALIGN const size_t | from |
NOMEMALIGN const size_t | to |
const std::tuple< ImageType &... > | vox |
const ssize_t | size0 |
bool | ok |
|
inline |
|
inline |
|
inline |
NOMEMALIGN MR::ProgressBar MR::LoopAlongAxisRangeProgress::Run< ImageType >::progress |