image view class More...
Classes | |
class | boost::gil::image_view< Loc > |
A lightweight object that interprets memory as a 2D array of pixels. More... | |
struct | boost::gil::image_view< Loc >::axis< D > |
struct | boost::gil::image_view< Loc >::add_deref< Deref > |
struct | boost::gil::channel_type< image_view< L > > |
struct | boost::gil::color_space_type< image_view< L > > |
struct | boost::gil::channel_mapping_type< image_view< L > > |
struct | boost::gil::is_planar< image_view< L > > |
struct | boost::gil::dynamic_x_step_type< image_view< L > > |
struct | boost::gil::dynamic_y_step_type< image_view< L > > |
struct | boost::gil::transposed_type< image_view< L > > |
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::gil | |
Functions | |
template<typename L2 > | |
void | boost::gil::swap (image_view< L2 > &x, image_view< L2 > &y) |
image view class