TuttleOFX  1
terry::numeric::pixel_assign_min_t< PixelSrc, PixelDst > Struct Template Reference

p2 = min( p1, p2 ) More...

#include <minmax.hpp>

Public Member Functions

GIL_FORCEINLINE PixelDst & operator() (const PixelSrc &p1, PixelDst &p2) const

Detailed Description

template<typename PixelSrc, typename PixelDst>
struct terry::numeric::pixel_assign_min_t< PixelSrc, PixelDst >

p2 = min( p1, p2 )

Definition at line 35 of file minmax.hpp.


Member Function Documentation

template<typename PixelSrc , typename PixelDst >
GIL_FORCEINLINE PixelDst& terry::numeric::pixel_assign_min_t< PixelSrc, PixelDst >::operator() ( const PixelSrc &  p1,
PixelDst &  p2 
) const [inline]

Definition at line 38 of file minmax.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: