[ITK-users] Runtime dependent image iteration

Poughon Victor Victor.Poughon at cnes.fr
Mon Dec 14 10:40:48 EST 2015


Hello,

I am trying to iterate over an image in a manner which depends on something only known at runtime. It seems like the iterator interface is not designed to handle this use case with polymorphism, because most methods are not virtual.

I am thinking about writing that code into the iterator itself, but that's not so elegant because the iterator's code already has other responsibilities (iterating over the image in a specific way, etc.)

Thanks for any help!

Victor Poughon




More information about the Insight-users mailing list