Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::detail::fill_pixels_fn< Value > Struct Template Reference

#include <algorithm.hpp>

Collaboration diagram for boost::gil::detail::fill_pixels_fn< Value >:

Public Types

typedef void result_type
 

Public Member Functions

 fill_pixels_fn (const Value &val)
 
template<typename V >
result_type operator() (const V &img_view) const
 

Public Attributes

Value _val
 

Member Typedef Documentation

template<typename Value >
typedef void boost::gil::detail::fill_pixels_fn< Value >::result_type

Constructor & Destructor Documentation

template<typename Value >
boost::gil::detail::fill_pixels_fn< Value >::fill_pixels_fn ( const Value &  val)
inline

Member Function Documentation

template<typename Value >
template<typename V >
result_type boost::gil::detail::fill_pixels_fn< Value >::operator() ( const V &  img_view) const
inline

Member Data Documentation

template<typename Value >
Value boost::gil::detail::fill_pixels_fn< Value >::_val

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