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

#include "algo/loop.h"

Inheritance diagram for MR::LoopAlongDynamicAxesProgress:
MR::LoopAlongDynamicAxes

Classes

struct  Run
 

Public Member Functions

 LoopAlongDynamicAxesProgress (const std::string &text, const vector< size_t > &axes)
 
template<class... ImageType>
FORCE_INLINE Run< ImageType... > operator() (ImageType &... images) const
 
- Public Member Functions inherited from MR::LoopAlongDynamicAxes
template<class... ImageType>
FORCE_INLINE Run< ImageType... > operator() (ImageType &... images) const
 

Public Attributes

NOMEMALIGN const std::string text
 
- Public Attributes inherited from MR::LoopAlongDynamicAxes
NOMEMALIGN const vector< size_t > axes
 

Detailed Description

Definition at line 398 of file loop.h.

Constructor & Destructor Documentation

◆ LoopAlongDynamicAxesProgress()

MR::LoopAlongDynamicAxesProgress::LoopAlongDynamicAxesProgress ( const std::string &  text,
const vector< size_t > &  axes 
)
inline

Definition at line 400 of file loop.h.

Member Function Documentation

◆ operator()()

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

Definition at line 413 of file loop.h.

Member Data Documentation

◆ text

NOMEMALIGN const std::string MR::LoopAlongDynamicAxesProgress::text

Definition at line 399 of file loop.h.


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