Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::derived_pixel_reference_type< Ref, T, L, IsPlanar, IsMutable > Class Template Reference

Constructs a pixel reference type from a source pixel reference type by changing some of the properties. More...

#include <metafunctions.hpp>

Public Types

typedef pixel_reference_type
< channel_t, layout_t, planar,
mut >::type 
type
 

Detailed Description

template<typename Ref, typename T = use_default, typename L = use_default, typename IsPlanar = use_default, typename IsMutable = use_default>
class boost::gil::derived_pixel_reference_type< Ref, T, L, IsPlanar, IsMutable >

Constructs a pixel reference type from a source pixel reference type by changing some of the properties.

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

Member Typedef Documentation

template<typename Ref , typename T = use_default, typename L = use_default, typename IsPlanar = use_default, typename IsMutable = use_default>
typedef pixel_reference_type<channel_t, layout_t, planar, mut>::type boost::gil::derived_pixel_reference_type< Ref, T, L, IsPlanar, IsMutable >::type

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