template<typename P>
struct boost::gil::PixelBasedConcept< P >
Concept for all pixel-based GIL constructs.
Pixel-based constructs include pixels, iterators, locators, views and images whose value type is a pixel.
{
typename color_space_type<T>;
typename channel_mapping_type<T>;
typename is_planar<T>;
where
SameType<is_planar<T>::type, bool>;
};
Channel mapping concept.
Definition color.hpp:79
Color space type concept.
Definition color.hpp:38
Concept for all pixel-based GIL constructs.
Definition pixel_based.hpp:54
Concept of types equivalence requirement.
Definition basic.hpp:179