Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::type_from_x_iterator< XIterator > Struct Template Reference

Given a pixel iterator defining access to pixels along a row, returns the types of the corresponding built-in step_iterator, xy_locator, image_view. More...

#include <metafunctions.hpp>

Public Types

typedef
memory_based_step_iterator
< XIterator > 
step_iterator_t
 
typedef
memory_based_2d_locator
< step_iterator_t
xy_locator_t
 
typedef image_view< xy_locator_tview_t
 

Detailed Description

template<typename XIterator>
struct boost::gil::type_from_x_iterator< XIterator >

Given a pixel iterator defining access to pixels along a row, returns the types of the corresponding built-in step_iterator, xy_locator, image_view.

Member Typedef Documentation

template<typename XIterator>
typedef memory_based_step_iterator<XIterator> boost::gil::type_from_x_iterator< XIterator >::step_iterator_t
template<typename XIterator>
typedef image_view<xy_locator_t> boost::gil::type_from_x_iterator< XIterator >::view_t
template<typename XIterator>
typedef memory_based_2d_locator<step_iterator_t> boost::gil::type_from_x_iterator< XIterator >::xy_locator_t

The documentation for this struct was generated from the following file: