aimstil  5.0.5
imageIterator.h
Go to the documentation of this file.
1 #ifndef TIL_IMAGE_ITERATOR_H
2 #define TIL_IMAGE_ITERATOR_H
3 
4 // includes from TIL library
5 #include "til/til_common.h"
6 
7 namespace til {
8 
9  template < class TImage > class LinearIterator {};
10  template < class TImage > class VolumetricIterator {};
11  template < class TImage > class ConstLinearIterator {};
12  template < class TImage > class ConstVolumetricIterator {};
13 
14 } // namespace til
15 
16 
17 #endif
18 
19 
Belongs to package Box Do not include directly, include til/Box.h instead.
Definition: Accumulator.h:10
General macros, definitions and functions.