[Insight-developers] Module dependency graph

Xiaoxiao Liu xiaoxiao.liu at kitware.com
Mon May 9 11:46:27 EDT 2011


We actually produced some visualization of the module dependencies a while
back :
http://www.itk.org/Wiki/ITK_Release_4/Modularization/Module_Dependency_Visualization
But the graph itself is rather complicated to be really useful for specific
module dependency investigation.

The ITKv4.0 doxygen now  provides module dependency info. For example:
http://www.itk.org/Doxygen/html/group__ITK-ImageFeature.html, at the bottom
of the page you will see the
dependency information of module ITK-ImageFeature.

You might already noticed that  ITK modular structure  handles the module
dependencies transitively. Namely, to be able to use a module ITK-Foo's
library, you do not need to
specify its depending modules. Simply use  ${ITK-Foo_LIBRAIRES}, since
ITK-Foo's depending  libraries are already included in ${ITK-Foo_LIBRAIRES}.


<http://www.itk.org/Wiki/ITK_Release_4/Modularization/Module_Dependency_Visualization>

On Mon, May 9, 2011 at 11:14 AM, David Doria <daviddoria at gmail.com> wrote:

> Currently there seems to be a list of modules:
> http://www.itk.org/Doxygen/html/modules.html
>
> but no information about their dependencies. It would be nice to have
> a graph (just like the class inheritance diagrams) showing these
> dependencies. For example, I noticed that I can use something from
> ImageIntensity from ImageFeature and from ImageGradient, but I can't
> use something from ImageGradient from ImageIntensity. It would be nice
> to be able to see this visually.
>
> David
> _______________________________________________
> 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://kitware.com/products/protraining.html
>
> 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://www.itk.org/mailman/listinfo/insight-developers
>



-- 


---------------------------------------------
*Xiaoxiao Liu*, Ph.D.
R & D Engineer
Kitware Inc <http://www.kitware.com/>.
Clifton Park, NY
Phone: (518) 881-4924  or  (518) 371-3971 x124
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/mailman/private/insight-developers/attachments/20110509/c4e4b4d2/attachment.htm>


More information about the Insight-developers mailing list