Home
last modified time | relevance | path

Searched defs:planar_pixel_iterator (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/gil/
Dplanar_pixel_iterator.hpp43 struct planar_pixel_iterator struct
60 using parent_t = iterator_facade
68 using color_base_parent_t = detail::homogeneous_color_base
75 using channel_t = typename std::iterator_traits<ChannelPtr>::value_type;
78 using value_type = typename parent_t::value_type;
79 using reference = typename parent_t::reference;
80 using difference_type = typename parent_t::difference_type;
82 planar_pixel_iterator() : color_base_parent_t(0) {} in planar_pixel_iterator() function
83planar_pixel_iterator(bool) {} // constructor that does not fill with zero (for performance) in planar_pixel_iterator() argument
85planar_pixel_iterator(const ChannelPtr& v0, const ChannelPtr& v1) : color_base_parent_t(v0,v1) {} in planar_pixel_iterator() function
[all …]