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

Provides a class to manipulate iterator4d within a slip::Box4d. It is used to iterate throw 4d containers. More...

#include <iterator>
#include <cassert>
#include "DPoint2d.hpp"
#include "DPoint3d.hpp"
#include "DPoint4d.hpp"
#include "Point4d.hpp"
#include "Box4d.hpp"
#include "iterator_types.hpp"
Include dependency graph for iterator4d_box.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slip::iterator4d_box< Container4D >
 This is some iterator to iterate a 4d container into a Box area defined by the subscripts of the 4d container. More...
 
class  slip::const_iterator4d_box< Container4D >
 This is some iterator to iterate a 4d container into a Box area defined by the subscripts of the 4d 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.
 

Macros

#define INCR_OPT
 

Detailed Description

Provides a class to manipulate iterator4d within a slip::Box4d. It is used to iterate throw 4d containers.

Version
Fluex 1.0
Date
2013/07/04
Author
Denis Arrivault <denis.arrivault_AT_inria.fr>

Definition in file iterator4d_box.hpp.

Macro Definition Documentation

#define INCR_OPT

Definition at line 91 of file iterator4d_box.hpp.