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

#include "algo/loop.h"

Inheritance diagram for MR::LoopAlongDynamicAxes::Run< ImageType >:
MR::LoopAlongDynamicAxesProgress::Run< ImageType >

Public Member Functions

FORCE_INLINE Run (const vector< 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 vector< 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::LoopAlongDynamicAxes::Run< ImageType >

Definition at line 364 of file loop.h.

Constructor & Destructor Documentation

◆ Run()

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

Definition at line 370 of file loop.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 375 of file loop.h.

◆ operator++() [1/2]

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

Definition at line 376 of file loop.h.

◆ operator++() [2/2]

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

Definition at line 391 of file loop.h.

Member Data Documentation

◆ axes

template<class... ImageType>
NOMEMALIGN const vector<size_t> MR::LoopAlongDynamicAxes::Run< ImageType >::axes

Definition at line 365 of file loop.h.

◆ from

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

Definition at line 367 of file loop.h.

◆ ok

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

Definition at line 369 of file loop.h.

◆ size0

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

Definition at line 368 of file loop.h.

◆ vox

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

Definition at line 366 of file loop.h.


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