Adobe Systems, Inc.

PixelImageIteratorConcept< IT > Struct Template Reference
[Pixel Image Iterator]

GIL's pixel image 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 PixelImageIteratorConcept< IT >

template <PixelIteratorConcept IT>
concept PixelImageIteratorConcept {        
    size_t IT::width() const;  // the number of pixels in a row
    size_t IT::x_pos() const;  // the index of the current pixel horizontally
    typename x_iterator; where PixelIteratorConcept<x_iterator>;
    
    x_iterator IT::x();
    bool       IT::is_contiguous() const; // returns true if there is no padding at the end of the rows
};

Definition at line 964 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