TuttleOFX  1
assign.hpp File Reference
Include dependency graph for assign.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  terry::numeric::channel_assigns_t< Channel1, Channel2 >
struct  terry::numeric::pixel_assigns_t< PixelRef, PixelRefR >
struct  terry::numeric::pixel_assigns_color_t< PixelRef, PixelRefR >
struct  terry::numeric::pixel_assigns_scalar_t< Scalar, PixelR >

Namespaces

namespace  terry
namespace  terry::numeric

Functions

template<typename Pixel , typename PixelR >
GIL_FORCEINLINE void terry::numeric::pixel_assigns (const Pixel &src, Pixel &dst)
template<typename Scalar , typename PixelR >
GIL_FORCEINLINE void terry::numeric::pixel_assigns_scalar (const Scalar s, PixelR &dst)
template<typename SrcIterator , typename DstIterator >
GIL_FORCEINLINE DstIterator terry::numeric::assign_pixels (SrcIterator src, SrcIterator src_end, DstIterator dst)