element_type, element_reference_type, element_const_reference_type
[Algorithms and Utility Functions]


Detailed Description

Types for homogeneous color bases.

element_type, element_reference_type, element_const_reference_type: Support for homogeneous color bases

Example:

typedef element_type<rgb8c_planar_ptr_t>::type element_t;
BOOST_STATIC_ASSERT((boost::is_same<element_t, const bits8*>::value));


Classes

struct  element_type
 Specifies the element type of a homogeneous color base. More...
struct  element_reference_type
 Specifies the return type of the mutable element accessor at_c of a homogeneous color base. More...
struct  element_const_reference_type
 Specifies the return type of the constant element accessor at_c of a homogeneous color base. More...

Generated on Sat May 2 13:50:17 2009 for Generic Image Library by  doxygen 1.5.6