Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
derived_view_type< VIEW, T, CS, PLANAR, STEP, MUTABLE > Struct Template ReferenceConstructs an image view type from a source view type by changing some of the properties. |
Public Types | |
typedef boost::mpl::if_< boost::is_same< T,use_default >, typename VIEW::channel_t, T >::type | channel_t |
typedef boost::mpl::if_< boost::is_same< CS, use_default >, typename VIEW::color_space_t, CS >::type | color_space_t |
typedef view_type< channel_t, color_space_t, planar, step, mut >::type | type |
Static Public Attributes | |
static const bool | mut |
static const bool | planar |
static const bool | step |
Definition at line 196 of file metafunctions.hpp.