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

Represents a color space and ordering of channels in memory. More...

#include <utilities.hpp>

Inheritance diagram for boost::gil::layout< ColorSpace, ChannelMapping >:

Public Types

typedef ColorSpace color_space_t
 
typedef ChannelMapping channel_mapping_t
 

Detailed Description

template<typename ColorSpace, typename ChannelMapping = mpl::range_c<int,0,mpl::size<ColorSpace>::value>>
struct boost::gil::layout< ColorSpace, ChannelMapping >

Represents a color space and ordering of channels in memory.

Member Typedef Documentation

template<typename ColorSpace, typename ChannelMapping = mpl::range_c<int,0,mpl::size<ColorSpace>::value>>
typedef ChannelMapping boost::gil::layout< ColorSpace, ChannelMapping >::channel_mapping_t
template<typename ColorSpace, typename ChannelMapping = mpl::range_c<int,0,mpl::size<ColorSpace>::value>>
typedef ColorSpace boost::gil::layout< ColorSpace, ChannelMapping >::color_space_t

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