Boost GIL


Classes

Returns the type of a homogeneous GIL construct given a related construct by changing some of its properties. More...

Classes

class  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.Use use_default for the properties of the source view that you want to keep. More...
 
class  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.Use use_default for the properties of the source view that you want to keep. More...
 
class  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.Use use_default for the properties of the source view that you want to keep. More...
 
class  derived_image_type< Image, T, L, IsPlanar >
 Constructs a homogeneous image type from a source image type by changing some of the properties.Use use_default for the properties of the source image that you want to keep. More...
 

Detailed Description

Returns the type of a homogeneous GIL construct given a related construct by changing some of its properties.