Boost GIL


Public Types | List of all members
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.


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