boost::gil::iterator_from_2d
Provides 1D random‐access navigation to the pixels of the image. Models: PixelIteratorConcept, PixelBasedConcept, HasDynamicXStepTypeConcept
Synopsis
template<typename Loc2>
class iterator_from_2d
: public stl_interfaces::iterator_interface<iterator_from_2d<Loc2>, std::random_access_iterator_tag, Loc2::value_type, Loc2::reference>
Description
Pixels are traversed from the top to the bottom row and from the left to the right within each row
Base Classes
Name |
Description |
|
Member Functions
Name |
Description |
|
Constructors |
Copy assignment operator |
|
Dereference operators |
|
Increment operators |
|
Addition assignment operators |
|
Subtraction operators |
|
Decrement operators |
|
Member access operators |
|
Equality operator |
Friends
Name |
Description |
|
|
|
Provides 1D random‐access navigation to the pixels of the image. Models: PixelIteratorConcept, PixelBasedConcept, HasDynamicXStepTypeConcept |
Created with MrDocs