Boost GIL


Public Member Functions | List of all members
pixel_assigns_t< PixelRef, PixelResult > Struct Template Reference

Casts and assigns a pixel to another. More...

#include <pixel_numeric_operations.hpp>

Public Member Functions

auto operator() (PixelRef const &src, PixelResult &dst) const -> PixelResult
 

Detailed Description

template<typename PixelRef, typename PixelResult>
struct boost::gil::pixel_assigns_t< PixelRef, PixelResult >

Casts and assigns a pixel to another.

A generic implementation for casting and assigning a pixel to another. User should specialize it for better performance.

Template Parameters
PixelRef- models PixelConcept
PixelResult- models PixelValueConcept

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