Boost GIL


Public Member Functions | Public Attributes | List of all members
PixelIteratorConcept< Iterator > Struct Template Reference

An STL random access traversal iterator over a model of PixelConcept. More...

#include <gil_concept.hpp>

Public Member Functions

void constraints ()
 
void check_base (mpl::false_)
 
void check_base (mpl::true_)
 

Public Attributes

Iterator it
 

Detailed Description

template<typename Iterator>
struct boost::gil::PixelIteratorConcept< Iterator >

An STL random access traversal iterator over a model of PixelConcept.

GIL's iterators must also provide the following metafunctions:

concept PixelIteratorConcept<typename Iterator> : boost_concepts::RandomAccessTraversalConcept<Iterator>, PixelBasedConcept<Iterator> {
where PixelValueConcept<value_type>;
typename const_iterator_type<It>::type;
where PixelIteratorConcept<const_iterator_type<It>::type>;
static const bool iterator_is_mutable<It>::type::value;
static const bool is_iterator_adaptor<It>::type::value; // is it an iterator adaptor
};

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