Information
Media
Support
RSS
Other Adobe Projects
Other Resources
|
detail::reduce_views_basic< copy_and_convert_pixels_fn, V1, V2, BASIC > Struct Template ReferenceList of all members.
|
Public Types |
typedef boost::mpl::if_< SAME,
typename CSR::type, typename
V1::color_space_t >::type | CS1 |
typedef boost::mpl::if_< SAME,
typename CSR::type, typename
V2::color_space_t >::type | CS2 |
typedef reduce_color_space<
typename V1::color_space_t::base > | CSR |
typedef derived_view_type<
V1, use_default, CS1, use_default,
use_default, boost::mpl::false_
>::type | DV1 |
typedef derived_view_type<
V2, use_default, CS2, use_default,
use_default, boost::mpl::true_
>::type | DV2 |
typedef boost::is_same< typename
V1::pixel_t, typename V2::pixel_t > | SAME |
typedef std::pair< const DV1 *,
const DV2 * > | type |
Detailed Description
template<typename V1, typename V2, bool BASIC>
struct detail::reduce_views_basic< copy_and_convert_pixels_fn, V1, V2, BASIC >
Definition at line 363 of file reduce.hpp.
|