Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::image_type< T, L, IsPlanar, Alloc > Struct Template Reference

Returns the type of a homogeneous image given the channel type, layout, and whether it operates on planar data. More...

#include <metafunctions.hpp>

Public Types

typedef image< pixel< T, L >
, IsPlanar, Alloc > 
type
 

Detailed Description

template<typename T, typename L, bool IsPlanar = false, typename Alloc = std::allocator<unsigned char>>
struct boost::gil::image_type< T, L, IsPlanar, Alloc >

Returns the type of a homogeneous image given the channel type, layout, and whether it operates on planar data.

Member Typedef Documentation

template<typename T, typename L, bool IsPlanar = false, typename Alloc = std::allocator<unsigned char>>
typedef image<pixel<T,L>, IsPlanar, Alloc> boost::gil::image_type< T, L, IsPlanar, Alloc >::type

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