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

A unary function object converting between channel types. More...

#include <channel_algorithm.hpp>

Inheritance diagram for boost::gil::channel_converter< SrcChannelV, DstChannelV >:
Collaboration diagram for boost::gil::channel_converter< SrcChannelV, DstChannelV >:

Public Member Functions

DstChannelV operator() (const SrcChannelV &src) const
 

Detailed Description

template<typename SrcChannelV, typename DstChannelV>
struct boost::gil::channel_converter< SrcChannelV, DstChannelV >

A unary function object converting between channel types.

Member Function Documentation

template<typename SrcChannelV , typename DstChannelV >
DstChannelV boost::gil::channel_converter< SrcChannelV, DstChannelV >::operator() ( const SrcChannelV &  src) const
inline

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