Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

std::fill for image views More...

Collaboration diagram for fill_pixels:

Functions

template<typename View , typename Value >
void boost::gil::fill_pixels (const View &img_view, const Value &val)
 std::fill for image views More...
 
template<typename Types , typename Value >
void boost::gil::fill_pixels (const any_image_view< Types > &img_view, const Value &val)
 fill_pixels for any image view. More...
 

Detailed Description

std::fill for image views

Function Documentation

template<typename Types , typename Value >
void boost::gil::fill_pixels ( const any_image_view< Types > &  img_view,
const Value &  val 
)

#include <boost_1_57_0/boost/gil/extension/dynamic_image/algorithm.hpp>

fill_pixels for any image view.

The pixel to fill with must be compatible with the current view

References boost::gil::apply_operation().

template<typename View , typename Value >
void boost::gil::fill_pixels ( const View &  img_view,
const Value &  val 
)
inline