[ITK] Need help to find loc accessed from the ITK source code by the examples

Dženan Zukić dzenanz at gmail.com
Mon Mar 13 08:58:10 EDT 2017


Hi Swati,

in documentation of each class (e.g. ImageFileReader
<https://itk.org/Doxygen/html/classitk_1_1ImageFileReader.html>), 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 page <https://itk.org/Doxygen/html/group__ITKIOImageBase.html> you
can see which other modules (libraries) it depends on (e.g. ITKCommon).

If you go through the list of includes in each example you can construct
the list of libraries it depends on.

Regards,
Dženan

On Mon, Mar 13, 2017 at 7:51 AM, Swati Rathi <swatirathi at cse.iitb.ac.in>
wrote:

> Hello,
>
> I am performing an analysis to test the virtual functions under the
> ITK/Examples subdirectory.
>
> 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.
>
> I am interested to know the lines of code accessed from the ITK source
> code by each of these examples.
>
> Is this data easily accessible? Or is there a list of files which are
> accessed by these examples?
>
> Thank you.
>
> Regards,
> Swati
> _______________________________________________
> Community mailing list
> Community at itk.org
> http://public.kitware.com/mailman/listinfo/community
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20170313/656d9ac9/attachment-0001.html>


More information about the Community mailing list