[Insight-users] Accessing Low Level Codes
Luis Ibanez
luis.ibanez at kitware.com
Mon Mar 5 07:58:21 EST 2007
Hi Hakan,
ITK is fully Open Source.
When you download the software you have access to the source
code of the entire project.
You will find .cxx and .txx files.
The .txx files contain the implementation of templated classes.
The .cxx files contain the implementation of non-templated classes.
You may find useful to read the Tutorials
http://www.itk.org/HTML/Tutorials.htm
and to read the ITK Software Guide:
http://www.itk.org/ItkSoftwareGuide.pdf
Regards,
Luis
=====================
hakan hakan wrote:
> Hi;
> I'm a new ITK user and want to access(read & compile) ITK libraries low
> level source codes (for example codes with .cpp extensions).Can we
> access these codes and take them out and compile outside the ITK library?
> Thanks...
>
>
> --
> METU Informatics Institute
> Dept.of Medical Informatics
>
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list