Boost GIL


Public Types | Public Member Functions | List of all members
channel_converter< SrcChannelV, DstChannelV > Struct Template Reference

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

#include <channel_algorithm.hpp>

Public Types

typedef SrcChannelV argument_type
 
typedef DstChannelV result_type
 

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.


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