TuttleOFX  1
boost::gil::detail::channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral > Struct Template Reference

This is the default implementation. Performance specializatons are provided. More...

#include <channel_algorithm.hpp>

Inheritance diagram for boost::gil::detail::channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >:
Collaboration diagram for boost::gil::detail::channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >:

Public Member Functions

DstChannelV operator() (SrcChannelV src) const

Static Private Member Functions

template<typename C >
static double channel_range ()

Detailed Description

template<typename SrcChannelV, typename DstChannelV, bool SrcIsIntegral, bool DstIsIntegral>
struct boost::gil::detail::channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >

This is the default implementation. Performance specializatons are provided.

Definition at line 135 of file channel_algorithm.hpp.


Member Function Documentation

template<typename SrcChannelV, typename DstChannelV, bool SrcIsIntegral, bool DstIsIntegral>
template<typename C >
static double boost::gil::detail::channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >::channel_range ( ) [inline, static, private]

Definition at line 142 of file channel_algorithm.hpp.

template<typename SrcChannelV, typename DstChannelV, bool SrcIsIntegral, bool DstIsIntegral>
DstChannelV boost::gil::detail::channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >::operator() ( SrcChannelV  src) const [inline]

Definition at line 136 of file channel_algorithm.hpp.


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