TYPE FACTORY METAFUNCTIONS Metafunctions returning GIL types from other GIL types. More...
Modules | |
packed_image_type,bit_aligned_image_type | |
Returns the type of an image whose channels are not byte-aligned. | |
Classes | |
struct | boost::gil::pixel_reference_type< T, L, IsPlanar, IsMutable > |
Returns the type of a homogeneous pixel reference given the channel type, layout, whether it operates on planar data and whether it is mutable. More... | |
struct | boost::gil::iterator_type< T, L, IsPlanar, IsStep, IsMutable > |
Returns the type of a homogeneous iterator given the channel type, layout, whether it operates on planar data, whether it is a step iterator, and whether it is mutable. More... | |
struct | boost::gil::packed_pixel_type< BitField, ChannelBitSizeVector, Layout > |
Returns the type of a packed pixel given its bitfield type, the bit size of its channels and its layout. More... | |
struct | boost::gil::pixel_value_type< Channel, Layout > |
Returns the type of a homogeneous pixel given the channel type and layout. More... | |
struct | boost::gil::locator_type< T, L, IsPlanar, IsStepX, IsMutable > |
Returns the type of a homogeneous locator given the channel type, layout, whether it operates on planar data and whether it has a step horizontally. More... | |
struct | boost::gil::view_type< T, L, IsPlanar, IsStepX, IsMutable > |
Returns the type of a homogeneous view given the channel type, layout, whether it operates on planar data and whether it has a step horizontally. More... | |
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. More... | |
TYPE FACTORY METAFUNCTIONS Metafunctions returning GIL types from other GIL types.
Returns the type of a homogeneous GIL construct given its elements (channel, layout, whether it is planar, step, mutable, etc.)