Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
pixel_iterator.hpp File Reference

pixel iterator support More...

#include <cassert>
#include <iterator>
#include "gil_config.hpp"
#include "gil_concept.hpp"
#include "utilities.hpp"
#include "pixel.hpp"
Include dependency graph for pixel_iterator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  boost::gil::memory_based_step_iterator< Iterator >
 MEMORY-BASED STEP ITERATOR. More...
 
struct  boost::gil::dynamic_x_step_type< T >
 
struct  boost::gil::is_iterator_adaptor< It >
 metafunction predicate determining whether the given iterator is a plain one or an adaptor over another iterator. More...
 
struct  boost::gil::iterator_adaptor_get_base< It >
 returns the base iterator for a given iterator adaptor. Provide an specialization when introducing new iterator adaptors More...
 
struct  boost::gil::iterator_adaptor_rebind< It, NewBaseIt >
 Changes the base iterator of an iterator adaptor. Provide an specialization when introducing new iterator adaptors. More...
 
struct  boost::gil::const_iterator_type< It >
 Returns the type of an iterator just like the input iterator, except operating over immutable values. More...
 
struct  boost::gil::const_iterator_type< T * >
 
struct  boost::gil::const_iterator_type< const T * >
 
struct  boost::gil::iterator_is_mutable< It >
 Metafunction predicate returning whether the given iterator allows for changing its values. More...
 
struct  boost::gil::iterator_is_mutable< T * >
 
struct  boost::gil::iterator_is_mutable< const T * >
 
struct  boost::gil::dynamic_x_step_type< Pixel * >
 
struct  boost::gil::dynamic_x_step_type< const Pixel * >
 
struct  boost::gil::color_space_type< Pixel * >
 
struct  boost::gil::color_space_type< const Pixel * >
 
struct  boost::gil::channel_mapping_type< Pixel * >
 
struct  boost::gil::channel_mapping_type< const Pixel * >
 
struct  boost::gil::is_planar< Pixel * >
 
struct  boost::gil::is_planar< const Pixel * >
 
struct  boost::gil::channel_type< Pixel * >
 
struct  boost::gil::channel_type< const Pixel * >
 
struct  boost::gil::byte_to_memunit< T >
 Support for pixel iterator movement measured in memory units (bytes or bits) as opposed to pixel type. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::gil
 

Functions

template<typename P >
std::ptrdiff_t boost::gil::memunit_step (const P *)
 
template<typename P >
std::ptrdiff_t boost::gil::memunit_distance (const P *p1, const P *p2)
 
template<typename P >
void boost::gil::memunit_advance (P *&p, std::ptrdiff_t diff)
 
template<typename P >
P * boost::gil::memunit_advanced (const P *p, std::ptrdiff_t diff)
 
template<typename P >
P & boost::gil::memunit_advanced_ref (P *p, std::ptrdiff_t diff)
 

Detailed Description

pixel iterator support

Author
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
Date
2005-2007
May 16, 2006