
18 Oct
2006
18 Oct
'06
7:44 p.m.
Ullrich Koethe wrote:
If you replace the assignment with a normal member function, you get VIGRA data accessors (which, by the way, were invented by Dietmar Kuehl, IIRC):
pixel_view_A.set(pixel_view_B(src_iter), dest_iter);
Here's a paper on property maps: http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2005/n1873.html that may be relevant here.