Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

Specifies the type of the K-th semantic element of a color base. More...

#include <color_base_algorithm.hpp>

Inheritance diagram for boost::gil::kth_semantic_element_type< ColorBase, K >:

Public Types

typedef kth_element_type
< ColorBase, semantic_index >
::type 
type
 

Public Member Functions

 BOOST_STATIC_CONSTANT (int, semantic_index=(mpl::at_c< typename ColorBase::layout_t::channel_mapping_t, K >::type::value))
 

Detailed Description

template<typename ColorBase, int K>
struct boost::gil::kth_semantic_element_type< ColorBase, K >

Specifies the type of the K-th semantic element of a color base.

Member Typedef Documentation

template<typename ColorBase, int K>
typedef kth_element_type<ColorBase, semantic_index>::type boost::gil::kth_semantic_element_type< ColorBase, K >::type

Member Function Documentation

template<typename ColorBase, int K>
boost::gil::kth_semantic_element_type< ColorBase, K >::BOOST_STATIC_CONSTANT ( int  ,
semantic_index  = (mpl::at_c< typename ColorBase::layout_t::channel_mapping_t, K >::type::value) 
)

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