<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">in documentation of each class (e.g. <a href="https://itk.org/Doxygen/html/classitk_1_1ImageFileReader.html">ImageFileReader</a>), there is an information to which module does it belong (e.g. Module ITKIOImageBase). From the module name and version number you can infer the resulting library (e.g. C:\Dev\ITK-2015\lib\Release\ITKIOImageBase-4.11.lib). Also, from the module's <a href="https://itk.org/Doxygen/html/group__ITKIOImageBase.html">page</a> you can see which other modules (libraries) it depends on (e.g. ITKCommon).</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">If you go through the list of includes in each example you can construct the list of libraries it depends on.</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 Mon, Mar 13, 2017 at 7:51 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">Hello,<br>
<br>
I am performing an analysis to test the virtual functions under the ITK/Examples subdirectory.<br>
<br>
There are many static libraries created while building the ITK. These are then used to build the examples. However all the static libraries are linked while building the examples.<br>
<br>
I am interested to know the lines of code accessed from the ITK source code by each of these examples.<br>
<br>
Is this data easily accessible? Or is there a list of files which are 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>
</blockquote></div><br></div>