Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::packed_image4_type< BitField, Size1, Size2, Size3, Size4, Layout, Alloc > Struct Template Reference

Returns the type of a four channel image given its bitfield type, the bit size of its channels and its layout. More...

#include <metafunctions.hpp>

Inheritance diagram for boost::gil::packed_image4_type< BitField, Size1, Size2, Size3, Size4, Layout, Alloc >:
Collaboration diagram for boost::gil::packed_image4_type< BitField, Size1, Size2, Size3, Size4, Layout, Alloc >:

Public Types

typedef image< typename
packed_pixel_type< BitField,
mpl::vector4_c< unsigned,
Size1, Size2, Size3, Size4 >
, Layout >::type, false, Alloc > 
type
 

Detailed Description

template<typename BitField, unsigned Size1, unsigned Size2, unsigned Size3, unsigned Size4, typename Layout, typename Alloc = std::allocator<unsigned char>>
struct boost::gil::packed_image4_type< BitField, Size1, Size2, Size3, Size4, Layout, Alloc >

Returns the type of a four channel image given its bitfield type, the bit size of its channels and its layout.

Member Typedef Documentation

typedef image<typename packed_pixel_type<BitField,mpl::vector4_c< unsigned, Size1, Size2, Size3, Size4 > ,Layout>::type,false,Alloc> boost::gil::packed_image_type< BitField, mpl::vector4_c< unsigned, Size1, Size2, Size3, Size4 > , Layout, Alloc >::type
inherited

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