Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
PixelIteratorConcept< IT > Struct Template ReferencePixel iterator concept.
More...
|
Public Member Functions | |
void | constraints () |
Public Attributes | |
IT | it |
template <typename IT> concept PixelIteratorConcept : RandomAccessIteratorConcept<IT> { where PixelValueConcept<value_type>; typename pixel_t = value_type; typename color_space_t; where ColorSpaceTypeConcept<color_space_t>; typename channel_t; where ChannelValueConcept<channel_t>; typename const_reference; where PixelConcept<const_reference>; typename const_t where PixelIteratorConcept<const_t>; typename dynamic_step_t; where PixelStepIteratorConcept<dynamic_step_t>; static const bool is_base; // is it an iterator adaptor static const bool is_planar; // is it over planar data };
Definition at line 678 of file gil_concept.hpp.