aimstil  5.0.5
til::ConstLinearIterator< ImageNC< T > > Class Template Reference

#include <til/ConstImageNCLinearIterator.h>

Inheritance diagram for til::ConstLinearIterator< ImageNC< T > >:
Collaboration diagram for til::ConstLinearIterator< ImageNC< T > >:

Public Types

typedef T value_type
 
typedef const T & reference
 
typedef ImageNC< T > TImage
 

Public Member Functions

 ConstLinearIterator (const ImageNC< T > &im)
 Type returned by operator* (needed for template expression) More...
 
virtual ~ConstLinearIterator ()
 
void init ()
 
void operator++ ()
 
bool isAtEnd () const
 
reference operator* () const
 

Protected Member Functions

T * getIndex ()
 

Protected Attributes

T * m_index
 

Detailed Description

template<typename T>
class til::ConstLinearIterator< ImageNC< T > >

Definition at line 23 of file ConstImageNCLinearIterator.h.

Member Typedef Documentation

◆ reference

template<typename T >
typedef const T& til::ConstLinearIterator< ImageNC< T > >::reference

Definition at line 29 of file ConstImageNCLinearIterator.h.

◆ TImage

template<typename T >
typedef ImageNC<T> til::ConstLinearIterator< ImageNC< T > >::TImage

Definition at line 30 of file ConstImageNCLinearIterator.h.

◆ value_type

template<typename T >
typedef T til::ConstLinearIterator< ImageNC< T > >::value_type

Definition at line 28 of file ConstImageNCLinearIterator.h.

Constructor & Destructor Documentation

◆ ConstLinearIterator()

template<typename T >
til::ConstLinearIterator< ImageNC< T > >::ConstLinearIterator ( const ImageNC< T > &  im)
inline

Type returned by operator* (needed for template expression)

Definition at line 37 of file ConstImageNCLinearIterator.h.

◆ ~ConstLinearIterator()

template<typename T >
virtual til::ConstLinearIterator< ImageNC< T > >::~ConstLinearIterator ( )
inlinevirtual

Definition at line 38 of file ConstImageNCLinearIterator.h.

Member Function Documentation

◆ getIndex()

template<typename T >
T* til::ConstLinearIterator< ImageNC< T > >::getIndex ( )
inlineprotected

Definition at line 83 of file ConstImageNCLinearIterator.h.

◆ init()

template<typename T >
void til::ConstLinearIterator< ImageNC< T > >::init ( )

Definition at line 157 of file ConstImageNCLinearIterator.h.

◆ isAtEnd()

template<typename T >
bool til::ConstLinearIterator< ImageNC< T > >::isAtEnd ( ) const
inline

Definition at line 78 of file ConstImageNCLinearIterator.h.

◆ operator*()

template<typename T >
reference til::ConstLinearIterator< ImageNC< T > >::operator* ( ) const
inline

Definition at line 79 of file ConstImageNCLinearIterator.h.

◆ operator++()

template<typename T >
void til::ConstLinearIterator< ImageNC< T > >::operator++ ( )
inline

Definition at line 49 of file ConstImageNCLinearIterator.h.

Member Data Documentation

◆ m_index

template<typename T >
T* til::ConstLinearIterator< ImageNC< T > >::m_index
protected

Definition at line 97 of file ConstImageNCLinearIterator.h.


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