boost::gil::iterator_is_mutable
Metafunction predicate returning whether the given iterator allows for changing its values
Synopsis
Declared in <boost/gil/pixel_iterator.hpp>
template<typename It>
struct iterator_is_mutable;
Specializations
Name |
Description |
|
|
|
|
|
|
|
|
|
|
|
Iterators over interleaved pixels. The pointer packed_pixel<P,CR,Layout>* is used as an iterator over interleaved pixels of packed format. Models PixelIteratorConcept, HasDynamicXStepTypeConcept, MemoryBasedIteratorConcept |
|
Derived Classes
Name |
Description |
|
|
|
|
Determines if the given locator is mutable (i.e. its pixels can be changed) |
|
Determines if the given view is mutable (i.e. its pixels can be changed) |
Created with MrDocs