An iterator that remembers its current X,Y position and invokes a function object with it upon dereferencing. More...
Classes | |
struct | boost::gil::position_iterator< Deref, Dim > |
An iterator that remembers its current X,Y position and invokes a function object with it upon dereferencing. More... | |
An iterator that remembers its current X,Y position and invokes a function object with it upon dereferencing.
Models PixelIteratorConcept, PixelBasedConcept, HasDynamicXStepTypeConcept. Used to create virtual image views.