Developer documentation
Version 3.0.3-105-gd3941f44
MR::LoopAlongDynamicAxesProgress::Run< ImageType > Struct Template Reference

#include "algo/loop.h"

Inheritance diagram for MR::LoopAlongDynamicAxesProgress::Run< ImageType >:
MR::LoopAlongDynamicAxes::Run< ImageType >

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
 

Detailed Description

template<class... ImageType>
struct MR::LoopAlongDynamicAxesProgress::Run< ImageType >

Definition at line 404 of file loop.h.

Constructor & Destructor Documentation

◆ Run()

template<class... ImageType>
FORCE_INLINE MR::LoopAlongDynamicAxesProgress::Run< ImageType >::Run ( const std::string &  text,
const vector< size_t > &  axes,
const std::tuple< ImageType &... > &  vox 
)
inline

Definition at line 406 of file loop.h.

Member Function Documentation

◆ operator++() [1/2]

template<class... ImageType>
FORCE_INLINE void MR::LoopAlongDynamicAxesProgress::Run< ImageType >::operator++ ( )
inline

Definition at line 408 of file loop.h.

◆ operator++() [2/2]

template<class... ImageType>
FORCE_INLINE void MR::LoopAlongDynamicAxesProgress::Run< ImageType >::operator++ ( int  )
inline

Definition at line 409 of file loop.h.

Member Data Documentation

◆ progress

template<class... ImageType>
NOMEMALIGN MR::ProgressBar MR::LoopAlongDynamicAxesProgress::Run< ImageType >::progress

Definition at line 405 of file loop.h.


The documentation for this struct was generated from the following file: