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_image_type< BitField, ChannelBitSizeVector, Layout, Alloc > Struct Template Reference

Returns the type of an interleaved packed image: an image whose channels may not be byte-aligned, but whose pixels are byte aligned. More...

#include <metafunctions.hpp>

Inheritance diagram for boost::gil::packed_image_type< BitField, ChannelBitSizeVector, Layout, Alloc >:

Public Types

typedef image< typename
packed_pixel_type< BitField,
ChannelBitSizeVector, Layout >
::type, false, Alloc > 
type
 

Detailed Description

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

Returns the type of an interleaved packed image: an image whose channels may not be byte-aligned, but whose pixels are byte aligned.

Member Typedef Documentation

template<typename BitField, typename ChannelBitSizeVector, typename Layout, typename Alloc = std::allocator<unsigned char>>
typedef image<typename packed_pixel_type<BitField,ChannelBitSizeVector,Layout>::type,false,Alloc> boost::gil::packed_image_type< BitField, ChannelBitSizeVector, Layout, Alloc >::type

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