PixelIteratorConcept Struct Template Reference
[Iterator]

#include <gil_concept.hpp>

List of all members.


Detailed Description

template<typename Iterator>
struct PixelIteratorConcept< Iterator >

Pixel iterator concept.

template <typename Iterator>
concept PixelIteratorConcept : boost_concepts::RandomAccessTraversalConcept<Iterator> {
    where PixelValueConcept<value_type>;
    typename pixel_t = value_type;
    typename color_space_t;   where ColorSpaceTypeConcept<color_space_t>;
    typename channel_t;       where ChannelValueConcept<channel_t>;
    typename const_reference; where PixelConcept<const_reference>;
    typename const_t          where PixelIteratorConcept<const_t>;
    typename dynamic_step_t;  where StepIteratorConcept<dynamic_step_t>; where dynamic_step_t::value_type == value_type;
    static const bool  is_base;   // is it an iterator adaptor
    static const bool  is_planar; // is it over planar data
};


Public Member Functions

void constraints ()

Public Attributes

Iterator it

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

Copyright © 2006 Adobe Systems Incorporated.

Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy.

Search powered by Google