Adobe Systems, Inc.

PixelIteratorConcept< IT > Struct Template Reference
[Iterator]

Pixel iterator concept. More...

#include <gil_concept.hpp>

List of all members.


Public Member Functions

void constraints ()

Public Attributes

IT it

Detailed Description

template<typename IT>
struct PixelIteratorConcept< IT >

template <typename IT>
concept PixelIteratorConcept : RandomAccessIteratorConcept<IT> {
    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 PixelStepIteratorConcept<dynamic_step_t>; 
    static const bool  is_base;   // is it an iterator adaptor
    static const bool  is_planar; // is it over planar data
};

Definition at line 678 of file gil_concept.hpp.

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