Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::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:

  • const_iterator_type<Iterator>: Returns a read-only equivalent of Iterator
  • iterator_is_mutable<Iterator>: Returns whether the given iterator is read-only or mutable
  • is_iterator_adaptor<Iterator>: Returns whether the given iterator is an adaptor over another iterator. See IteratorAdaptorConcept for additional requirements of adaptors.
concept PixelIteratorConcept<typename Iterator> : boost_concepts::RandomAccessTraversalConcept<Iterator>, PixelBasedConcept<Iterator> {
where PixelValueConcept<value_type>;
static const bool is_iterator_adaptor<It>::type::value; // is it an iterator adaptor
};

Member Function Documentation

template<typename Iterator >
void boost::gil::PixelIteratorConcept< Iterator >::check_base ( mpl::false_  )
inline
template<typename Iterator >
void boost::gil::PixelIteratorConcept< Iterator >::check_base ( mpl::true_  )
inline

Member Data Documentation

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

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