Iterators that allow for specifying the step between two adjacent values. More...
Classes | |
class | boost::gil::detail::step_iterator_adaptor< Derived, Iterator, SFn > |
An adaptor over an existing iterator that changes the step unit. More... | |
struct | boost::gil::memunit_step_fn< Iterator > |
function object that returns the memory unit distance between two iterators and advances a given iterator a given number of mem units (bytes or bits) More... | |
class | boost::gil::memory_based_step_iterator< Iterator > |
MEMORY-BASED STEP ITERATOR. More... | |
Iterators that allow for specifying the step between two adjacent values.