Boost GIL


Public Member Functions | Public Attributes | List of all members
HomogeneousPixelConcept< P > Struct Template Reference

Homogeneous pixel concept. More...

#include <pixel.hpp>

Public Member Functions

void constraints ()
 

Public Attributes

p
 

Detailed Description

template<typename P>
struct boost::gil::HomogeneousPixelConcept< P >

Homogeneous pixel concept.

{
P::template element_const_reference_type<P>::type operator[](P p, std::size_t i) const
{
return dynamic_at_c(p,i);
}
};
Color base whose elements all have the same type.
Definition concepts/color_base.hpp:228
Concept for homogeneous pixel-based GIL constructs.
Definition pixel_based.hpp:84
Homogeneous pixel concept.
Definition concepts/pixel.hpp:124
Pixel concept - A color base whose elements are channels.
Definition concepts/pixel.hpp:64
Specifies the return type of the constant element accessor at_c of a homogeneous color base.
Definition color_base_algorithm.hpp:235

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