Boost GIL


List of all members
packed_image3_type< BitField, Size1, Size2, Size3, Layout, Alloc > Struct Template Reference

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

#include <metafunctions.hpp>

Inheritance diagram for packed_image3_type< BitField, Size1, Size2, Size3, Layout, Alloc >:
packed_image_type< BitField, mp11::mp_list_c< unsigned, Size1, Size2, Size3 >, Layout, std::allocator< unsigned char > >

Additional Inherited Members

- Public Types inherited from packed_image_type< BitField, mp11::mp_list_c< unsigned, Size1, Size2, Size3 >, Layout, std::allocator< unsigned char > >
using type = image< typename packed_pixel_type< BitField, mp11::mp_list_c< unsigned, Size1, Size2, Size3 >, Layout >::type, false, std::allocator< unsigned char > >
 

Detailed Description

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

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


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