GIL's 2-dimensional view over immutable GIL pixels.
More...
#include <image_view.hpp>
template<typename View>
struct boost::gil::ImageViewConcept< View >
GIL's 2-dimensional view over immutable GIL pixels.
{
where x_coord_t == y_coord_t;
typename coord_t = x_coord_t;
std::size_t View::num_channels() const;
};
GIL's 2-dimensional view over immutable GIL pixels.
Definition concepts/image_view.hpp:376
An STL random access traversal iterator over a model of PixelConcept.
Definition concepts/pixel_iterator.hpp:171
Pixel concept that is a Regular type.
Definition concepts/pixel.hpp:171
2-dimensional view over immutable values
Definition concepts/image_view.hpp:222
The documentation for this struct was generated from the following file: