Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::PixelLocatorConcept< Loc > Struct Template Reference

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

#include <gil_concept.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.

concept PixelLocatorConcept<RandomAccess2DLocatorConcept Loc> {
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;
};

Member Function Documentation

template<typename Loc >
void boost::gil::PixelLocatorConcept< Loc >::constraints ( )
inline

Member Data Documentation

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

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