TuttleOFX  1
terry::numeric::pixel_assigns_scalar_t< Scalar, PixelR > Struct Template Reference

#include <assign.hpp>

Public Member Functions

GIL_FORCEINLINE PixelR & operator() (const Scalar s, PixelR &dst) const

Detailed Description

template<typename Scalar, typename PixelR>
struct terry::numeric::pixel_assigns_scalar_t< Scalar, PixelR >

definition and a generic implementation for casting and assigning a pixel to another user should specialize it for better performance

Definition at line 83 of file assign.hpp.


Member Function Documentation

template<typename Scalar, typename PixelR>
GIL_FORCEINLINE PixelR& terry::numeric::pixel_assigns_scalar_t< Scalar, PixelR >::operator() ( const Scalar  s,
PixelR &  dst 
) const [inline]

Definition at line 86 of file assign.hpp.

References terry::algorithm::static_for_each().

Here is the call graph for this function:


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