Information
MediaSupport
RSSOther Adobe ProjectsOther Resources |
Type Factory MetafunctionsMetafunctions that construct iterators, locators, views and images given their properties (channel type, color space, whether they are planar and whether they are step).
More... |
Classes | |
struct | derived_image_type< IMAGE, T, CS, PLANAR > |
Constructs an image type from a source image type by changing some of the properties.
Use gil::use_default for the properties of the source image that you want to keep. More... | |
struct | derived_view_type< VIEW, T, CS, PLANAR, STEP, MUTABLE > |
Constructs an image view type from a source view type by changing some of the properties.
Use gil::use_default for the properties of the source view that you want to keep. More... | |
struct | image_type< T, C, IS_PLANAR, ALLOC > |
Returns the type of an image given the channel type, color space tag and whether it operates on planar data. More... | |
struct | iterator_type< T, C, IS_PLANAR, IS_STEP, IS_MUTABLE > |
Returns the type of an iterator given the channel type, color space tag, whether it operates on planar data and whether it is a step iterator. More... | |
struct | iterator_type< T, C, false, false, false > |
struct | iterator_type< T, C, false, false, true > |
struct | iterator_type< T, C, IS_PLANAR, true, IS_MUTABLE > |
struct | iterator_type< T, C, true, false, false > |
struct | iterator_type< T, C, true, false, true > |
struct | pixel_2d_locator_type< T, C, IS_PLANAR, IS_STEP, IS_MUTABLE > |
Returns the type of a locator given the channel type, color space tag, whether it operates on planar data and whether it has a step horizontally. More... | |
struct | type_from_x_iterator< X_IT > |
Given a pixel iterator defining access to pixels along a row, returns the types of the correspnding built-in step_iterator, xy_locator, image_view. More... | |
struct | view_type< T, C, IS_PLANAR, IS_STEP, IS_MUTABLE > |
Returns the type of a view given the channel type, color space tag, whether it operates on planar data and whether it has a step horizontally. More... |