[ITK-users] ItI in itk

Jim Miller millerjv at gmail.com
Fri Oct 24 07:34:54 EDT 2014


Itl is this case is a variable of type ImageRegionIteratorWithIndex.  Its
constructor is being called with the output of the ImageReader and the
iterator will walk the LargestPossibleRegion of the ImageReader's output.

On Fri, Oct 24, 2014 at 5:04 AM, Abdul Abdul <abdul.sw84 at gmail.com> wrote:

> Hello,
>
> I came across this code:
>
> itk::ImageRegionIteratorWithIndex<ImageType> *ItI*(
> imageReader->GetOutput(),
> imageReader->GetOutput()->GetLargestPossibleRegion() );
>
> What does "ItI" mean?
>
> Thanks.
>
> _____________________________________
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20141024/c5f8312d/attachment.html>


More information about the Insight-users mailing list