[Insight-users] VTK and ITK classes description

Luis Ibanez luis.ibanez at kitware.com
Tue Feb 17 23:04:19 EST 2009


Hi Arepi,

In order to find all the methods of classes in ITK,
you should look at the link "Compound Members"

and then follow the link to "Functions".

You will get to the following link:

    http://www.itk.org/Doxygen/html/functions_func.html


You will find *ALL* methods of *ALL* the ITK classes,
grouped in such a way that if many classes have a
method with a common name, then they will all be
grouped together.


The description of what each function does can be found
in the Doxygen page of the respective class.

You may also want to read the ITK Software Guide


    http://www.itk.org/ItkSoftwareGuide.pdf



    Regards,



        Luis


------------
Arepi wrote:
> Hi,
> 
> Can I find anywhere a description about functions of classes VTK and ITK? I
> would know that which does what excatly. 
> I got these sites:
> http://www.itk.org/Doxygen/html/index.html
> http://www.vtk.org/doc/nightly/html/index.html
> 
> , but I couldn't find what make excatly the memberfunctions of classes.
> (Or the only way might considering the source code of those?)
> 
> Thanks!
> 
> Arepi


More information about the Insight-users mailing list