Boost GIL


Public Member Functions | Public Attributes | List of all members
PixelLocatorConcept< Loc > Struct Template Reference

GIL's 2-dimensional locator over immutable GIL pixels. More...

#include <pixel_locator.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

Loc loc
 

Detailed Description

template<typename Loc>
struct boost::gil::PixelLocatorConcept< Loc >

GIL's 2-dimensional locator over immutable GIL pixels.

{
where PixelValueConcept<value_type>;
where PixelIteratorConcept<x_iterator>;
where PixelIteratorConcept<y_iterator>;
where x_coord_t == y_coord_t;
typename coord_t = x_coord_t;
};
An STL random access traversal iterator over a model of PixelConcept.
Definition: concepts/pixel_iterator.hpp:171
GIL's 2-dimensional locator over immutable GIL pixels.
Definition: pixel_locator.hpp:292
Pixel concept that is a Regular type.
Definition: concepts/pixel.hpp:171
2-dimensional locator over immutable values
Definition: pixel_locator.hpp:222

The documentation for this struct was generated from the following file: