Boost GIL


Public Member Functions | Public Attributes | List of all members
HomogeneousColorBaseConcept< ColorBase > Struct Template Reference

Color base whose elements all have the same type. More...

#include <color_base.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

ColorBase cb
 

Detailed Description

template<typename ColorBase>
struct boost::gil::HomogeneousColorBaseConcept< ColorBase >

Color base whose elements all have the same type.

{
// For all K in [0 ... size<C1>::value-1):
// where SameType<kth_element_type<CB,K>::type, kth_element_type<CB,K+1>::type>;
kth_element_const_reference_type<CB,0>::type dynamic_at_c(CB const&, std::size_t n) const;
};
A color base is a container of color elements (such as channels, channel references or channel pointe...
Definition: concepts/color_base.hpp:138
Color base whose elements all have the same type.
Definition: concepts/color_base.hpp:228

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