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

#include "algo/loop.h"

Public Member Functions

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

Public Attributes

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

Detailed Description

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

Definition at line 234 of file loop.h.

Constructor & Destructor Documentation

◆ Run()

template<class... ImageType>
FORCE_INLINE MR::LoopAlongAxisRange::Run< ImageType >::Run ( const size_t  axis_from,
const size_t  axis_to,
const std::tuple< ImageType &... > &  vox 
)
inline

Definition at line 239 of file loop.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 244 of file loop.h.

◆ operator++() [1/2]

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

Definition at line 245 of file loop.h.

◆ operator++() [2/2]

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

Definition at line 261 of file loop.h.

Member Data Documentation

◆ from

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

Definition at line 235 of file loop.h.

◆ ok

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

Definition at line 238 of file loop.h.

◆ size0

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

Definition at line 237 of file loop.h.

◆ to

template<class... ImageType>
NOMEMALIGN const size_t MR::LoopAlongAxisRange::Run< ImageType >::to

Definition at line 235 of file loop.h.

◆ vox

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

Definition at line 236 of file loop.h.


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