TuttleOFX  1
assign_minmax.hpp File Reference
#include "assign.hpp"
#include "operations_assign.hpp"
#include <boost/gil/gil_config.hpp>
#include <boost/gil/pixel.hpp>
#include <boost/gil/color_base_algorithm.hpp>
#include <functional>
Include dependency graph for assign_minmax.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::pixel_assigns_min_t< PixelR >
 construct for setting a pixel to the min channel value (see channel_traits::min_value) More...
struct  terry::numeric::pixel_assigns_max_t< PixelR >
 construct for setting a pixel to the max channel value (see channel_traits::max_value) More...

Namespaces

namespace  terry
namespace  terry::numeric

Functions

template<typename Pixel >
GIL_FORCEINLINE void terry::numeric::pixel_assigns_min (Pixel &p)
template<typename Pixel >
GIL_FORCEINLINE void terry::numeric::pixel_assigns_max (Pixel &p)