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

#include "algo/loop.h"

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

Classes

struct  Run
 

Public Member Functions

template<class... ImageType>
FORCE_INLINE Run< ImageType... > operator() (ImageType &... images) const
 

Public Attributes

NOMEMALIGN const size_t from
 
NOMEMALIGN const size_t to
 

Detailed Description

Definition at line 230 of file loop.h.

Member Function Documentation

◆ operator()()

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

Definition at line 265 of file loop.h.

Member Data Documentation

◆ from

NOMEMALIGN const size_t MR::LoopAlongAxisRange::from

Definition at line 231 of file loop.h.

◆ to

NOMEMALIGN const size_t MR::LoopAlongAxisRange::to

Definition at line 231 of file loop.h.


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