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

Provides a class to iterate a 4d MultiComponentContainer into a slip::Box4d. More...

#include <iterator>
#include <cassert>
#include "Point4d.hpp"
#include "DPoint4d.hpp"
#include "Box4d.hpp"
#include "iterator_types.hpp"
Include dependency graph for component_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::component_iterator4d_box< MultiComponentContainer4D, N >
 This is some iterator to iterate a 4d MultiComponentContainer into a Box area defined by the indices of the 4d container. More...
 
class  slip::const_component_iterator4d_box< MultiComponentContainer4D, N >
 This is some iterator to iterate a 4d MultiComponentContainer into a Box area defined by the indices 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.
 

Detailed Description

Provides a class to iterate a 4d MultiComponentContainer into a slip::Box4d.

Version
Fluex 1.0
Date
2013/08/19
Author
Denis Arrivault <denis.arrivault_AT_inria.fr>

Definition in file component_iterator4d_box.hpp.