<div dir="ltr">Thanks for the info. Is there any "summarized" version of the ItkSoftwareGuide? <div><br></div><div><a href="http://www.itk.org/ItkSoftwareGuide.pdf">http://www.itk.org/ItkSoftwareGuide.pdf</a><br>

</div><div><br></div><div>-S</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 10, 2014 at 5:15 AM, Michka Popoff <span dir="ltr"><<a href="mailto:michkapopoff@gmail.com" target="_blank">michkapopoff@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div>Hi</div><div><br></div><div>I merged your two questions in one topic, so I can answer the two at once.</div>

<div><br></div><div>In the class ImageFileReader, there is no SetFileName method. But the documentation states:</div><div><b>This source object is a general filter to read data from a variety of file formats. It works with a ImageIOBase subclass to actually do the reading of the data.</b></div>

<div><br></div><div>So if you go the ImageIOBase [1] class definition, you will find the SetFileName method. This can be confusing at the beginning, but when you don’t find a method somewhere (and this is often the case for most of projects you’ll find around, not only ITK), think to look at the parent class and the child/subclass. Often the methods are defined somewhere else.</div>

<div><br></div><div><br></div><div>For the Update() call, this is related to the ITK pipeline. Some detailed description can be found here [2]. There is also one article here [3] that is more readable, or there is a section (13.3) in the ITK software guide here [4].</div>

<div><br></div><div>Finally, we have a nice set of examples here [5] which show you how to use the ITK pipeline. This should help you getting started.</div><div><br></div><div><br></div><div>[1] <a href="http://www.itk.org/Insight/Doxygen/html/classitk_1_1ImageIOBase.html" target="_blank">http://www.itk.org/Insight/Doxygen/html/classitk_1_1ImageIOBase.html</a></div>

<div>[2] <a href="http://www.itk.org/Doxygen/html/classitk_1_1DataObject.html" target="_blank">http://www.itk.org/Doxygen/html/classitk_1_1DataObject.html</a></div><div>[3] <a href="http://www.kitware.com/media/html/IOStreamingInITK.html" target="_blank">http://www.kitware.com/media/html/IOStreamingInITK.html</a></div>

<div>[4] <a href="http://www.itk.org/ItkSoftwareGuide.pdf" target="_blank">http://www.itk.org/ItkSoftwareGuide.pdf</a></div><div>[5] <a href="http://itk.org/ITKExamples/" target="_blank">http://itk.org/ITKExamples/</a></div>

</div><div><br></div><br><div><div><div class="h5"><div>On 9 mai 2014, at 22:45, Simplicity Peace <<a href="mailto:simplicitypeacescm@gmail.com" target="_blank">simplicitypeacescm@gmail.com</a>> wrote:</div><br></div>

</div><blockquote type="cite"><div><div class="h5"><div dir="ltr"><div>Hello,<br><br></div>For instance, I tried to look for the functions of the class "ImageFileReader". In the ITK software guide, a function called "SetFileName" was used. I thought of looking for the functions that come under that class <a href="http://www.itk.org/Insight/Doxygen/html/classitk_1_1ImageFileReader.html#pub-methods" target="_blank">here</a>, but couldn't find that "SetFileName" function. Am I searching in the wrong place?<br>


<br>Thanks.<br></div></div></div>
_______________________________________________<br>Community mailing list<br><a href="mailto:Community@itk.org" target="_blank">Community@itk.org</a><br><a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>

</blockquote></div><br><div><div><blockquote type="cite"><blockquote type="cite">Hello,<br><br>I'm new to `ITK`. I just want to ask, what does `Update()` mean? For example, I found that I had to use it with an `ImageFileReader`. Why is that?<br>

<br>Thanks.</blockquote></blockquote></div></div></div><br>_______________________________________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org">Community@itk.org</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/community" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/community</a><br>
<br></blockquote></div><br></div>