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

#include <image_view_factory.hpp>

Public Types

typedef Result result_type
 

Public Member Functions

 nth_channel_view_fn (int n)
 
template<typename View >
result_type operator() (const View &src) const
 

Public Attributes

int _n
 

Member Typedef Documentation

template<typename Result >
typedef Result boost::gil::detail::nth_channel_view_fn< Result >::result_type

Constructor & Destructor Documentation

template<typename Result >
boost::gil::detail::nth_channel_view_fn< Result >::nth_channel_view_fn ( int  n)
inline

Member Function Documentation

template<typename Result >
template<typename View >
result_type boost::gil::detail::nth_channel_view_fn< Result >::operator() ( const View &  src) const
inline

Member Data Documentation

template<typename Result >
int boost::gil::detail::nth_channel_view_fn< Result >::_n

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