default_construct_pixels More...
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... | |
default_construct_pixels
invokes the default constructor on every pixel of an image 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().