#include "algo/loop.h"
Public Member Functions | |
| 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 const vector< size_t > | axes |
| const std::tuple< ImageType &... > | vox |
| const size_t | from |
| const ssize_t | size0 |
| bool | ok |
|
inline |
|
inline |
|
inline |
|
inline |
| NOMEMALIGN const vector<size_t> MR::LoopAlongDynamicAxes::Run< ImageType >::axes |
| const size_t MR::LoopAlongDynamicAxes::Run< ImageType >::from |
| bool MR::LoopAlongDynamicAxes::Run< ImageType >::ok |
| const ssize_t MR::LoopAlongDynamicAxes::Run< ImageType >::size0 |
| const std::tuple<ImageType&...> MR::LoopAlongDynamicAxes::Run< ImageType >::vox |