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

#include "algo/loop.h"

Public Member Functions

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

Public Attributes

NOMEMALIGN const size_t axis
 
const std::tuple< ImageType &... > vox
 
const ssize_t size0
 

Detailed Description

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

Definition at line 192 of file loop.h.

Constructor & Destructor Documentation

◆ Run()

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

Definition at line 196 of file loop.h.

Member Function Documentation

◆ operator bool()

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

Definition at line 198 of file loop.h.

◆ operator++() [1/2]

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

Definition at line 199 of file loop.h.

◆ operator++() [2/2]

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

Definition at line 200 of file loop.h.

Member Data Documentation

◆ axis

template<class... ImageType>
NOMEMALIGN const size_t MR::LoopAlongSingleAxis::Run< ImageType >::axis

Definition at line 193 of file loop.h.

◆ size0

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

Definition at line 195 of file loop.h.

◆ vox

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

Definition at line 194 of file loop.h.


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