destruct_pixels More...
Functions | |
template<typename View > | |
void | boost::gil::destruct_pixels (const View &img_view) |
Invokes the in-place destructor on every pixel of the view. More... | |
destruct_pixels
invokes the destructor on every pixel of an image view
|
inline |
#include <boost_1_57_0/boost/gil/algorithm.hpp>
Invokes the in-place destructor on every pixel of the view.
References boost::gil::detail::destruct_aux(), and boost::polygon::y().
Referenced by boost::gil::image< Pixel, IsPlanar, Alloc >::~image().