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

default_construct_pixels More...

Collaboration diagram for default_construct_pixels:

Functions

template<typename View >
void boost::gil::default_construct_pixels (const View &img_view)
 Invokes the in-place default constructor on every pixel of the (uninitialized) view. More...
 

Detailed Description

default_construct_pixels

invokes the default constructor on every pixel of an image view

Function Documentation

template<typename View >
void boost::gil::default_construct_pixels ( const View &  img_view)

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

Invokes the in-place default constructor on every pixel of the (uninitialized) view.

Does not support planar heterogeneous views. If an exception is thrown destructs any in-place default-constructed pixels

References boost::gil::detail::default_construct_aux(), boost::gil::detail::destruct_aux(), boost::program_options::value(), and boost::polygon::y().