Returns the type of a GIL construct given its pixel type, whether it is planar, step, mutable, etc. More...
Classes | |
struct | boost::gil::iterator_type_from_pixel< Pixel, IsPlanar, IsStep, IsMutable > |
Returns the type of a pixel iterator given the pixel type, whether it operates on planar data, whether it is a step iterator, and whether it is mutable. More... | |
struct | boost::gil::view_type_from_pixel< Pixel, IsPlanar, IsStepX, IsMutable > |
Returns the type of a view the pixel type, whether it operates on planar data and whether it has a step horizontally. More... | |
Returns the type of a GIL construct given its pixel type, whether it is planar, step, mutable, etc.