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

Provides a class to manipulate iterator2d within a slip::Box2d. It is used to iterate throw 2d containers. More...

#include <iterator>
#include <cassert>
#include "Point2d.hpp"
#include "DPoint2d.hpp"
#include "Box2d.hpp"
#include "Range.hpp"
#include "iterator_types.hpp"
Include dependency graph for iterator2d_box.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slip::iterator2d_box< T >
 This is some iterator to iterate a 2d container into a slip::Box2d area defined by the indices of the 2d container. More...
 
class  slip::const_iterator2d_box< T >
 This is some iterator to iterate a 2d container into a Box area defined by the indices of the 2d container. More...
 

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 manipulate iterator2d within a slip::Box2d. It is used to iterate throw 2d containers.

Definition in file iterator2d_box.hpp.