Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
xxx_type_from_pixel

Returns the type of a GIL construct given its pixel type, whether it is planar, step, mutable, etc. More...

Classes

struct  boost::gil::iterator_type_from_pixel< Pixel, IsPlanar, IsStep, IsMutable >
 Returns the type of a pixel iterator given the pixel type, whether it operates on planar data, whether it is a step iterator, and whether it is mutable. More...
 
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. More...
 

Detailed Description

Returns the type of a GIL construct given its pixel type, whether it is planar, step, mutable, etc.