SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
kstride_iterator.hpp File Reference

Provides a class to iterate a 1d range according to a constant step. More...

#include <iterator>
#include <cassert>
Include dependency graph for kstride_iterator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slip::kstride_iterator< T, NC >
 

Namespaces

 slip
 This namespace corresponds to the kernel of the Simple Library on Image Processing (SLIP). That is to say that it contains the data structures and the algorithms needed by these data strucutres.
 

Detailed Description

Provides a class to iterate a 1d range according to a constant step.

Definition in file kstride_iterator.hpp.