boost::gil::indexed_image_view
Synopsis
Declared in <boost/gil/extension/toolbox/image_types/indexed_image.hpp>
template<typename Locator>
class indexed_image_view
: public image_view<Locator>
Base Classes
Name |
Description |
A lightweight object that interprets memory as a 2D array of pixels. Models ImageViewConcept,PixelBasedConcept,HasDynamicXStepTypeConcept,HasDynamicYStepTypeConcept,HasTransposedTypeConcept |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Returns a reference to the last element in raster order. |
|
Returns true if the view has no elements, false otherwise. |
|
Returns a reference to the first element in raster order. |
|
Function call operators |
|
Exchanges the elements of the current view with those of other in constant time. |
|
Equality operator |
|
Inequality operator |
Friends
Name |
Description |
|
Created with MrDocs