Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::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;
};

Member Function Documentation

template<typename Img >
void boost::gil::ImageConcept< Img >::constraints ( )
inline

Member Data Documentation

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

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