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

#include "algo/loop.h"

Inheritance diagram for MR::LoopAlongStaticAxes::Run< ImageType >:
MR::LoopAlongStaticAxesProgress::Run< ImageType >

Public Member Functions

FORCE_INLINE Run (const std::initializer_list< size_t > axes, const std::tuple< ImageType &... > &vox)
 
FORCE_INLINE operator bool () const
 
FORCE_INLINE void operator++ ()
 
FORCE_INLINE void operator++ (int)
 

Public Attributes

NOMEMALIGN const std::initializer_list< size_t > axes
 
const std::tuple< ImageType &... > vox
 
const size_t from
 
const ssize_t size0
 
bool ok
 

Detailed Description

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

Definition at line 305 of file loop.h.

Constructor & Destructor Documentation

◆ Run()

template<class... ImageType>
FORCE_INLINE MR::LoopAlongStaticAxes::Run< ImageType >::Run ( const std::initializer_list< size_t >  axes,
const std::tuple< ImageType &... > &  vox 
)
inline

Definition at line 311 of file loop.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 316 of file loop.h.

◆ operator++() [1/2]

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

Definition at line 317 of file loop.h.

◆ operator++() [2/2]

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

Definition at line 333 of file loop.h.

Member Data Documentation

◆ axes

template<class... ImageType>
NOMEMALIGN const std::initializer_list<size_t> MR::LoopAlongStaticAxes::Run< ImageType >::axes

Definition at line 306 of file loop.h.

◆ from

template<class... ImageType>
const size_t MR::LoopAlongStaticAxes::Run< ImageType >::from

Definition at line 308 of file loop.h.

◆ ok

template<class... ImageType>
bool MR::LoopAlongStaticAxes::Run< ImageType >::ok

Definition at line 310 of file loop.h.

◆ size0

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

Definition at line 309 of file loop.h.

◆ vox

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

Definition at line 307 of file loop.h.


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