This class provides a trivial "iterator" class for use as the default pixel iterator in the new filter paradigm. More...
#include <vipl_trivial_pixeliter.h>
Public Types | |
typedef int | Titerator |
typedef int | Xiterator |
typedef int | Yiterator |
typedef int | Ziterator |
This class provides a trivial "iterator" class for use as the default pixel iterator in the new filter paradigm.
Any pixel iterator must provide a cast-to integer method (for the appropriate "axis"). The class has typedefs, to int, for the 4 "iterators" that we expect to be used. It has little functionality, and also serves as an example/test.
Definition at line 12 of file vipl_trivial_pixeliter.h.
typedef int vipl_trivial_pixeliter::Titerator |
Definition at line 15 of file vipl_trivial_pixeliter.h.
typedef int vipl_trivial_pixeliter::Xiterator |
Definition at line 16 of file vipl_trivial_pixeliter.h.
typedef int vipl_trivial_pixeliter::Yiterator |
Definition at line 17 of file vipl_trivial_pixeliter.h.
typedef int vipl_trivial_pixeliter::Ziterator |
Definition at line 18 of file vipl_trivial_pixeliter.h.