Boost GIL


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

Color base which allows for modifying its elements. More...

#include <color_base.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

ColorBase cb
 

Detailed Description

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

Color base which allows for modifying its elements.

concept MutableColorBaseConcept<ColorBaseConcept T> : Assignable<T>, Swappable<T>
{
template <int K>
struct kth_element_reference_type; where Metafunction<kth_element_reference_type>;
template <int K>
kth_element_reference_type<kth_element_type<T,K>::type>::type at_c(T);
template <ColorBaseConcept T2> where { ColorBasesCompatibleConcept<T,T2> }
T& operator=(T&, const T2&);
};
auto at_c(detail::homogeneous_color_base< E, L, N > &p) -> typename std::add_lvalue_reference< E >::type
Provides mutable access to the K-th element, in physical order.
Definition: color_base.hpp:632

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