Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
byte_stepreturns the number of bytes from the current pixel of a pointer to the next
More... |
Functions | |
template<typename IT, typename D_FN> | |
std::iterator_traits< IT >::difference_type | byte_step (const dereference_iterator_adaptor< IT, D_FN > &p) |
template<typename IT> | |
std::ptrdiff_t | byte_step (const pixel_step_iterator< IT > &p) |
template<typename IC, typename C> | |
std::ptrdiff_t | byte_step (const planar_ptr< IC, C > &) |
template<typename P> | |
std::ptrdiff_t | byte_step (const P *) |
|
Byte-pointer operations specialized for pixel_step_iterator (see pixel.h for more) Definition at line 214 of file pixel_iterator.hpp. |