SLIP
1.4
|
Provides a class to iterate a 3d multicomponent container into three Ranges. More...
#include <iterator>
#include <cassert>
#include "Point3d.hpp"
#include "DPoint3d.hpp"
#include "Range.hpp"
#include "iterator_types.hpp"
Go to the source code of this file.
Classes | |
class | slip::component_iterator3d_range< MultiComponentContainer3d, N > |
This is some iterator to iterate a 3d container into two Range defined by the indices and strides of the 3d container. More... | |
class | slip::const_component_iterator3d_range< MultiComponentContainer3d, N > |
This is some iterator to iterate a 3d container into two Range defined by the indices and strides of the 3d 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. | |
Provides a class to iterate a 3d multicomponent container into three Ranges.
Definition in file component_iterator3d_range.hpp.