|
aimstil
5.0.5
|
#include <til/ImageCPTLinearIterator.h>


Classes | |
| class | VirtualVoxel |
Public Types | |
| typedef T | value_type |
| typedef ImageRLE< T > | TImage |
| typedef VirtualVoxel & | reference |
Public Member Functions | |
| LinearIterator (ImageRLE< T > &im) | |
| virtual | ~LinearIterator () |
| void | init () |
| bool | isAtEnd () |
| const T & | getValue () const |
| void | setUnsafeValue (T value) |
| VirtualVoxel & | operator* () |
| void | operator++ () |
Friends | |
| class | VirtualVoxel |
Definition at line 25 of file ImageCPTLinearIterator.h.
| typedef VirtualVoxel& til::LinearIterator< ImageRLE< T > >::reference |
Definition at line 35 of file ImageCPTLinearIterator.h.
| typedef ImageRLE<T> til::LinearIterator< ImageRLE< T > >::TImage |
Definition at line 34 of file ImageCPTLinearIterator.h.
| typedef T til::LinearIterator< ImageRLE< T > >::value_type |
Definition at line 29 of file ImageCPTLinearIterator.h.
|
inline |
Definition at line 40 of file ImageCPTLinearIterator.h.
|
inlinevirtual |
Definition at line 41 of file ImageCPTLinearIterator.h.
|
inline |
Definition at line 86 of file ImageCPTLinearIterator.h.
| void til::LinearIterator< ImageRLE< T > >::init | ( | ) |
Definition at line 216 of file ImageCPTLinearIterator.h.
|
inline |
Definition at line 84 of file ImageCPTLinearIterator.h.
|
inline |
Definition at line 95 of file ImageCPTLinearIterator.h.
|
inline |
Definition at line 99 of file ImageCPTLinearIterator.h.
|
inline |
Definition at line 88 of file ImageCPTLinearIterator.h.
|
friend |
Definition at line 51 of file ImageCPTLinearIterator.h.