pixel_iterator_traits< planar_ptr< IC, C > > Struct Template Reference | |||||||||||||||||||||||
Public Types | |
|
typedef std::iterator_traits< IC >::value_type | channel_t |
| typedef C | color_space_t |
|
typedef planar_ref< typename channel_traits< channel_t >::const_reference, C > | const_reference |
|
typedef pixel_step_iterator< planar_ptr< IC, C > > | dynamic_step_t |
|
typedef planar_ptr< typename channel_traits< channel_t >::const_pointer, C > | const_t |
|
typedef std::iterator_traits< planar_ptr< IC, C > >::value_type | pixel_t |
Public Member Functions | |
| BOOST_STATIC_CONSTANT (bool, is_base=true) | |
| BOOST_STATIC_CONSTANT (bool, is_planar=true) | |
| BOOST_STATIC_CONSTANT (bool, is_mutable=detail::channel_iterator_is_mutable< IC >::value) | |