Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::view_type_from_pixel< Pixel, IsPlanar, IsStepX, IsMutable > Struct Template Reference

Returns the type of a view the pixel type, whether it operates on planar data and whether it has a step horizontally. More...

#include <metafunctions.hpp>

Inheritance diagram for boost::gil::view_type_from_pixel< Pixel, IsPlanar, IsStepX, IsMutable >:

Public Types

typedef type_from_x_iterator
< typename
iterator_type_from_pixel
< Pixel, IsPlanar, IsStepX,
IsMutable >::type >::view_t 
type
 

Detailed Description

template<typename Pixel, bool IsPlanar = false, bool IsStepX = false, bool IsMutable = true>
struct boost::gil::view_type_from_pixel< Pixel, IsPlanar, IsStepX, IsMutable >

Returns the type of a view the pixel type, whether it operates on planar data and whether it has a step horizontally.

Member Typedef Documentation

template<typename Pixel, bool IsPlanar = false, bool IsStepX = false, bool IsMutable = true>
typedef type_from_x_iterator<typename iterator_type_from_pixel<Pixel,IsPlanar,IsStepX,IsMutable>::type>::view_t boost::gil::view_type_from_pixel< Pixel, IsPlanar, IsStepX, IsMutable >::type

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