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

destruct_pixels More...

Collaboration diagram for destruct_pixels:

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...
 

Detailed Description

destruct_pixels

invokes the destructor on every pixel of an image view

Function Documentation

template<typename View >
void boost::gil::destruct_pixels ( const View &  img_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().