Public Types
vipl_trivial_pixeliter Class Reference

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>

List of all members.

Public Types

typedef int Titerator
typedef int Xiterator
typedef int Yiterator
typedef int Ziterator

Detailed Description

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.


Member Typedef Documentation

Definition at line 15 of file vipl_trivial_pixeliter.h.

Definition at line 16 of file vipl_trivial_pixeliter.h.

Definition at line 17 of file vipl_trivial_pixeliter.h.

Definition at line 18 of file vipl_trivial_pixeliter.h.


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