TuttleOFX  1
terry::numeric::channel_plus_scalar_assign_t< Scalar, ChannelDst > Struct Template Reference

ch += s structure for adding a scalar to a channel this is a generic implementation; user should specialize it for better performance More...

#include <operations_assign.hpp>

Public Member Functions

GIL_FORCEINLINE channel_traits
< ChannelDst >::reference 
operator() (const Scalar s, typename channel_traits< ChannelDst >::reference ch) const

Detailed Description

template<typename Scalar, typename ChannelDst>
struct terry::numeric::channel_plus_scalar_assign_t< Scalar, ChannelDst >

ch += s structure for adding a scalar to a channel this is a generic implementation; user should specialize it for better performance

Definition at line 120 of file operations_assign.hpp.


Member Function Documentation

template<typename Scalar , typename ChannelDst >
GIL_FORCEINLINE channel_traits<ChannelDst>::reference terry::numeric::channel_plus_scalar_assign_t< Scalar, ChannelDst >::operator() ( const Scalar  s,
typename channel_traits< ChannelDst >::reference  ch 
) const [inline]

Definition at line 124 of file operations_assign.hpp.


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