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

Provides some algorithms to get the default iterators associated with containers. More...

#include "DPoint2d.hpp"
#include "DPoint3d.hpp"
Include dependency graph for container_cast.hpp:
This graph shows which files directly or indirectly include this file:

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 Container , typename _II >
void slip::container_cast (Container &cont, _II &first, _II &last)
 Get the default iterators of a SLIP container. More...
 
template<typename Container , typename _II >
void slip::reverse_container_cast (Container &cont, _II &first, _II &last)
 Get the reverse default iterators of a SLIP container. More...
 
template<typename Container , typename _II >
void slip::container_castR (Container &cont, _II &first, _II &last)
 Get the reverse default iterators of a SLIP container. More...
 

Detailed Description

Provides some algorithms to get the default iterators associated with containers.

Since
1.4.0
Date
2014/04/02

Definition in file container_cast.hpp.