Boost GIL


Public Member Functions | Public Attributes | List of all members
ImageConcept< Img > Struct Template Reference

2-dimensional image whose value type models PixelValueConcept More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

Img img
 

Detailed Description

template<typename Img>
struct boost::gil::ImageConcept< Img >

2-dimensional image whose value type models PixelValueConcept

concept ImageConcept<RandomAccess2DImageConcept Img> {
where MutableImageViewConcept<view_t>;
typename coord_t = view_t::coord_t;
};

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