Boost GIL


Public Types | List of all members
derived_image_type< Image, T, L, IsPlanar > Class Template Reference

Constructs a homogeneous image type from a source image type by changing some of the properties.Use use_default for the properties of the source image that you want to keep. More...

#include <metafunctions.hpp>

Public Types

using type = typename image_type< channel_t, layout_t, planar >::type
 

Detailed Description

template<typename Image, typename T = use_default, typename L = use_default, typename IsPlanar = use_default>
class boost::gil::derived_image_type< Image, T, L, IsPlanar >

Constructs a homogeneous image type from a source image type by changing some of the properties.

Use use_default for the properties of the source image that you want to keep.


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