[ITK] [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


_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users


More information about the Community mailing list