Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
RandomAccess2DImageConcept< IMG > Struct Template Reference2-dimensional container of values concept
More...
|
Public Member Functions | |
void | constraints () |
Public Attributes | |
IMG | img |
template <typename IMG> concept RandomAccess2DImageConcept : RandomAccessNDImageConcept<IMG> { typename x_coord_t = const_view_t::x_coord_t; typename y_coord_t = const_view_t::y_coord_t; x_coord_t get_width(const IMG&); y_coord_t get_height(const IMG&) const; void resize_clobber_image(IMAGE& img, const IMG::x_coord_t& width, const IMG::y_coord_t& height) { IMG tmp(width,height); swap(tmp,img); } };
Definition at line 1723 of file gil_concept.hpp.