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

Given a source image view type View, returns the type of an image view over a given channel of View. More...

#include <image_view_factory.hpp>

Public Types

typedef VB::type type
 

Static Public Member Functions

static type make (const View &src)
 

Detailed Description

template<int K, typename View>
struct boost::gil::kth_channel_view_type< K, View >

Given a source image view type View, returns the type of an image view over a given channel of View.

If the channels in the source view are adjacent in memory (such as planar non-step view or single-channel view) then the return view is a single-channel non-step view. If the channels are non-adjacent (interleaved and/or step view) then the return view is a single-channel step view.

Member Typedef Documentation

template<int K, typename View>
typedef VB::type boost::gil::kth_channel_view_type< K, View >::type

Member Function Documentation

template<int K, typename View>
static type boost::gil::kth_channel_view_type< K, View >::make ( const View &  src)
inlinestatic

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