TuttleOFX  1
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.

Definition at line 364 of file channel_algorithm.hpp.


Member Function Documentation

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

Definition at line 365 of file channel_algorithm.hpp.


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