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

#include "algo/loop.h"

Public Member Functions

FORCE_INLINE Run (const std::string &text, const size_t axis, 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
 
const size_t axis
 
const std::tuple< ImageType &... > vox
 
const ssize_t size0
 

Detailed Description

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

Definition at line 212 of file loop.h.

Constructor & Destructor Documentation

◆ Run()

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

Definition at line 217 of file loop.h.

Member Function Documentation

◆ operator bool()

template<class... ImageType>
FORCE_INLINE MR::LoopAlongSingleAxisProgress::Run< ImageType >::operator bool ( ) const
inline

Definition at line 219 of file loop.h.

◆ operator++() [1/2]

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

Definition at line 220 of file loop.h.

◆ operator++() [2/2]

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

Definition at line 221 of file loop.h.

Member Data Documentation

◆ axis

template<class... ImageType>
const size_t MR::LoopAlongSingleAxisProgress::Run< ImageType >::axis

Definition at line 214 of file loop.h.

◆ progress

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

Definition at line 213 of file loop.h.

◆ size0

template<class... ImageType>
const ssize_t MR::LoopAlongSingleAxisProgress::Run< ImageType >::size0

Definition at line 216 of file loop.h.

◆ vox

template<class... ImageType>
const std::tuple<ImageType&...> MR::LoopAlongSingleAxisProgress::Run< ImageType >::vox

Definition at line 215 of file loop.h.


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