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

#include "algo/loop.h"

Inheritance diagram for MR::LoopAlongAxisRangeProgress::Run< ImageType >:
MR::LoopAlongAxisRange::Run< ImageType... >

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
 

Detailed Description

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

Definition at line 274 of file loop.h.

Constructor & Destructor Documentation

◆ Run()

template<class... ImageType>
FORCE_INLINE MR::LoopAlongAxisRangeProgress::Run< ImageType >::Run ( const std::string &  text,
const size_t  from,
const size_t  to,
const std::tuple< ImageType &... > &  vox 
)
inline

Definition at line 276 of file loop.h.

Member Function Documentation

◆ operator++() [1/2]

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

Definition at line 278 of file loop.h.

◆ operator++() [2/2]

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

Definition at line 279 of file loop.h.

Member Data Documentation

◆ progress

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

Definition at line 275 of file loop.h.


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