aimstil  5.0.5
til::Iterator< ImageNC< T > > Struct Template Reference

Iterator traits of ImageNC. More...

#include <til/ImageNC.h>

Public Types

typedef ConstLinearIterator< ImageNC< T > > ConstLinear
 
typedef ConstVolumetricIterator< ImageNC< T > > ConstVolumetric
 
typedef LinearIterator< ImageNC< T > > Linear
 
typedef VolumetricIterator< ImageNC< T > > Volumetric
 

Detailed Description

template<typename T>
struct til::Iterator< ImageNC< T > >

Iterator traits of ImageNC.

Definition at line 284 of file ImageNC.h.

Member Typedef Documentation

◆ ConstLinear

template<typename T >
typedef ConstLinearIterator<ImageNC<T> > til::Iterator< ImageNC< T > >::ConstLinear

Definition at line 286 of file ImageNC.h.

◆ ConstVolumetric

template<typename T >
typedef ConstVolumetricIterator<ImageNC<T> > til::Iterator< ImageNC< T > >::ConstVolumetric

Definition at line 287 of file ImageNC.h.

◆ Linear

template<typename T >
typedef LinearIterator<ImageNC<T> > til::Iterator< ImageNC< T > >::Linear

Definition at line 288 of file ImageNC.h.

◆ Volumetric

template<typename T >
typedef VolumetricIterator<ImageNC<T> > til::Iterator< ImageNC< T > >::Volumetric

Definition at line 289 of file ImageNC.h.


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