Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::color_converted_view_type< any_image_view< ViewTypes >, DstP > Struct Template Reference

Returns the type of a runtime-specified view, color-converted to a given pixel type with the default coor converter. More...

#include <image_view_factory.hpp>

Public Types

typedef any_image_view
< typename
detail::views_get_ccv_type
< ViewTypes, DstP,
default_color_converter >
::type
type
 

Detailed Description

template<typename ViewTypes, typename DstP>
struct boost::gil::color_converted_view_type< any_image_view< ViewTypes >, DstP >

Returns the type of a runtime-specified view, color-converted to a given pixel type with the default coor converter.

Member Typedef Documentation

template<typename ViewTypes , typename DstP >
typedef any_image_view<typename detail::views_get_ccv_type<ViewTypes, DstP, default_color_converter>::type> boost::gil::color_converted_view_type< any_image_view< ViewTypes >, DstP >::type

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