Returns the type of a homogeneous GIL construct given a related construct by changing some of its properties. More...
Classes | |
class | boost::gil::derived_pixel_reference_type< Ref, T, L, IsPlanar, IsMutable > |
Constructs a pixel reference type from a source pixel reference type by changing some of the properties. More... | |
class | boost::gil::derived_iterator_type< Iterator, T, L, IsPlanar, IsStep, IsMutable > |
Constructs a pixel iterator type from a source pixel iterator type by changing some of the properties. More... | |
class | boost::gil::derived_view_type< View, T, L, IsPlanar, StepX, IsMutable > |
Constructs an image view type from a source view type by changing some of the properties. More... | |
class | boost::gil::derived_image_type< Image, T, L, IsPlanar > |
Constructs a homogeneous image type from a source image type by changing some of the properties. More... | |
Returns the type of a homogeneous GIL construct given a related construct by changing some of its properties.