Developer documentation
Version 3.0.3-105-gd3941f44
MR::LoopAlongAxisRangeProgress Struct Reference

#include "algo/loop.h"

Inheritance diagram for MR::LoopAlongAxisRangeProgress:
MR::LoopAlongAxisRange

Classes

struct  Run
 

Public Member Functions

 LoopAlongAxisRangeProgress (const std::string &text, const size_t from, const size_t to)
 
template<class... ImageType>
FORCE_INLINE Run< ImageType... > operator() (ImageType &... images) const
 
- Public Member Functions inherited from MR::LoopAlongAxisRange
template<class... ImageType>
FORCE_INLINE Run< ImageType... > operator() (ImageType &... images) const
 

Public Attributes

NOMEMALIGN const std::string text
 
- Public Attributes inherited from MR::LoopAlongAxisRange
NOMEMALIGN const size_t from
 
NOMEMALIGN const size_t to
 

Detailed Description

Definition at line 268 of file loop.h.

Constructor & Destructor Documentation

◆ LoopAlongAxisRangeProgress()

MR::LoopAlongAxisRangeProgress::LoopAlongAxisRangeProgress ( const std::string &  text,
const size_t  from,
const size_t  to 
)
inline

Definition at line 270 of file loop.h.

Member Function Documentation

◆ operator()()

template<class... ImageType>
FORCE_INLINE Run< ImageType... > MR::LoopAlongAxisRangeProgress::operator() ( ImageType &...  images) const
inline

Definition at line 283 of file loop.h.

Member Data Documentation

◆ text

NOMEMALIGN const std::string MR::LoopAlongAxisRangeProgress::text

Definition at line 269 of file loop.h.


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