Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::PixelBasedConcept< P > Struct Template Reference

PIXEL CONCEPTS. More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 

Detailed Description

template<typename P>
struct boost::gil::PixelBasedConcept< P >

PIXEL CONCEPTS.

Concept for all pixel-based GIL constructs, such as pixels, iterators, locators, views and images whose value type is a pixel

concept PixelBasedConcept<typename T> {
typename color_space_type<T>;
where Metafunction<color_space_type<T> >;
typename channel_mapping_type<T>;
where Metafunction<channel_mapping_type<T> >;
typename is_planar<T>;
where Metafunction<is_planar<T> >;
};

Member Function Documentation

template<typename P >
void boost::gil::PixelBasedConcept< P >::constraints ( )
inline

The documentation for this struct was generated from the following file: