Boost GIL


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

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

#include <image.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

Image image
 

Detailed Description

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

2-dimensional image whose value type models PixelValueConcept

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

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