TuttleOFX  1
terry::numeric::channel_pow_t< Channel, n, ChannelR > Struct Template Reference

#include <pow.hpp>

Inheritance diagram for terry::numeric::channel_pow_t< Channel, n, ChannelR >:
Collaboration diagram for terry::numeric::channel_pow_t< Channel, n, ChannelR >:

Public Member Functions

GIL_FORCEINLINE ChannelR operator() (typename channel_traits< Channel >::const_reference ch) const

Detailed Description

template<typename Channel, int n, typename ChannelR>
struct terry::numeric::channel_pow_t< Channel, n, ChannelR >

structure to compute pow on a channel this is a generic implementation; user should specialize it for better performance

Definition at line 21 of file pow.hpp.


Member Function Documentation

template<typename Channel , int n, typename ChannelR >
GIL_FORCEINLINE ChannelR terry::numeric::channel_pow_t< Channel, n, ChannelR >::operator() ( typename channel_traits< Channel >::const_reference  ch) const [inline]

Definition at line 23 of file pow.hpp.


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