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

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

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

View view
 

Detailed Description

template<typename View>
struct boost::gil::ImageViewConcept< View >

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

concept ImageViewConcept<RandomAccess2DImageViewConcept View> {
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;
std::size_t View::num_channels() const;
};

Member Function Documentation

Member Data Documentation

template<typename View >
View boost::gil::ImageViewConcept< View >::view

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