On Monday 11 October 2010, LukasT.dev@gmail.com wrote:

> Cyrille, would you add them, please?

Depends in what time frame :)

Otherwise, I have checked, all the NG iterators have the x,y coordinates internally. So it is a matter to add getters. So it is a matter of adding

virtual int x() const = 0;

virtual int y() const = 0;

to KisBaseConstAccessor

And then to implement the functions in all iterators/accessor.

--

Cyrille Berger Skott