<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Hi Swati,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">there is no such list, as nobody really cares about that. In addition to manual way I described earlier, you could maybe get this list from the compiler/linker. But as far as I know, there are no ready-made solutions for that.</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Regards,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Dženan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 15, 2017 at 4:49 AM, Swati Rathi <span dir="ltr"><<a href="mailto:swatirathi@cse.iitb.ac.in" target="_blank">swatirathi@cse.iitb.ac.in</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 2017-03-13 18:28, Dženan Zukić wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Hi Swati,<br>
<br>
in documentation of each class (e.g. ImageFileReader<br></span>
<<a href="https://itk.org/Doxygen/html/classitk_1_1ImageFileReader.html" rel="noreferrer" target="_blank">https://itk.org/Doxygen/html/<wbr>classitk_1_1ImageFileReader.ht<wbr>ml</a>>), there is<span class=""><br>
an information to which module does it belong (e.g. Module ITKIOImageBase).<br>
>From the module name and version number you can infer the resulting library<br>
(e.g. C:\Dev\ITK-2015\lib\Release\IT<wbr>KIOImageBase-4.11.lib). Also, from the<br></span>
module's page <<a href="https://itk.org/Doxygen/html/group__ITKIOImageBase.html" rel="noreferrer" target="_blank">https://itk.org/Doxygen/html/<wbr>group__ITKIOImageBase.html</a>> you<span class=""><br>
can see which other modules (libraries) it depends on (e.g. ITKCommon).<br>
<br>
If you go through the list of includes in each example you can construct<br>
the list of libraries it depends on.<br>
</span></blockquote>
<br>
Yes, I will have to look at the list of includes.<br>
<br>
I was just wondering if there is any documentation for each ITK/Example, mentioning<br>
the list of files it accesses from the ITK/Modules sub-directory.<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Regards,<br>
Dženan<br>
<br>
On Mon, Mar 13, 2017 at 7:51 AM, Swati Rathi <<a href="mailto:swatirathi@cse.iitb.ac.in" target="_blank">swatirathi@cse.iitb.ac.in</a>><br>
wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
I am performing an analysis to test the virtual functions under the<br>
ITK/Examples subdirectory.<br>
<br>
There are many static libraries created while building the ITK. These are<br>
then used to build the examples. However all the static libraries are<br>
linked while building the examples.<br>
<br>
I am interested to know the lines of code accessed from the ITK source<br>
code by each of these examples.<br>
<br>
Is this data easily accessible? Or is there a list of files which are<br>
accessed by these examples?<br>
<br>
Thank you.<br>
<br>
Regards,<br>
Swati<br>
______________________________<wbr>_________________<br>
Community mailing list<br>
<a href="mailto:Community@itk.org" target="_blank">Community@itk.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/community" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/community</a><br>
<br>
</blockquote></blockquote>
</div></div></blockquote></div><br></div>