Boost GIL


Public Types | List of all members
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

using step_iterator_t = memory_based_step_iterator< XIterator >
 
using xy_locator_t = memory_based_2d_locator< step_iterator_t >
 
using view_t = image_view< xy_locator_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.


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