Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
RandomAccessNDImageConcept< IMG > Struct Template ReferenceN-dimensional container of values concept.
More...
|
Public Member Functions | |
void | constraints () |
Public Attributes | |
IMG | img |
template <boost::RandomAccessContainerConcept IMG> concept RandomAccessNDImageConcept : DefaultConstructible<IMG> { typename view_t; where MutableRandomAccessNDImageViewConcept<view_t>; typename point_t = const_view_t::point_t; IMG::IMG(const point_t&, int); // construct with dimensions and alignment void resize_clobber_image(IMAGE& img, const IMG::point_t& new_size) { IMG tmp(new_size); swap(tmp,img); } const point_t& get_dimensions(const IMG&); const const_view_t& const_view(const IMG&); };
Definition at line 1685 of file gil_concept.hpp.