Boost GIL


List of all members
packed_image1_type< BitField, Size1, Layout, Alloc > Struct Template Reference

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

#include <metafunctions.hpp>

Inheritance diagram for packed_image1_type< BitField, Size1, Layout, Alloc >:
packed_image_type< BitField, ChannelBitSizes, Layout, Alloc >

Additional Inherited Members

- Public Types inherited from packed_image_type< BitField, ChannelBitSizes, Layout, Alloc >
using type = image< typename packed_pixel_type< BitField, ChannelBitSizes, Layout >::type, false, Alloc >
 

Detailed Description

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

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


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