SLIP
1.4
|
Provides some STL copy extension algorithms adapted to slip containers and iterators. More...
#include <iterator>
#include <cassert>
#include <algorithm>
#include "iterator3d_plane.hpp"
#include "iterator3d_box.hpp"
#include "iterator3d_range.hpp"
#include "iterator2d_box.hpp"
#include "iterator2d_range.hpp"
#include "iterator_types.hpp"
Go to the source code of this file.
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. | |
Functions | |
template<typename _II , typename _OI > | |
void | slip::copy (_II first, _II last, _OI output_first) |
Copy algorithm optimized for slip iterators. More... | |
Provides some STL copy extension algorithms adapted to slip containers and iterators.
Definition in file copy_ext.hpp.