Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::nth_channel_view_type< any_image_view< ViewTypes > > Struct Template Reference

Given a runtime source image view, returns the type of a runtime image view over a single channel of the source view. More...

#include <image_view_factory.hpp>

Public Types

typedef any_image_view
< typename
detail::views_get_nthchannel_type
< ViewTypes >::type
type
 

Detailed Description

template<typename ViewTypes>
struct boost::gil::nth_channel_view_type< any_image_view< ViewTypes > >

Given a runtime source image view, returns the type of a runtime image view over a single channel of the source view.

Member Typedef Documentation

template<typename ViewTypes >
typedef any_image_view<typename detail::views_get_nthchannel_type<ViewTypes>::type> boost::gil::nth_channel_view_type< any_image_view< ViewTypes > >::type

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