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

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"
Include dependency graph for copy_ext.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...
 

Detailed Description

Provides some STL copy extension algorithms adapted to slip containers and iterators.

Since
1.2.0

Definition in file copy_ext.hpp.