Boost GIL


Public Member Functions | Public Attributes | List of all members
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;
};

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