[Insight-users] TCL_TCLSH

Samuel Rodríguez Bescos srodrigu@gbt.tfo.upm.es
Thu, 11 Apr 2002 10:49:33 +0200


Thank you for the information, Luis
It's very usefull.
Thanks,
Samuel
----- Original Message -----
From: "Luis Ibanez" <luis.ibanez@kitware.com>
To: "Samuel Rodríguez Bescos" <srodrigu@gbt.tfo.upm.es>
Cc: <insight-users@public.kitware.com>
Sent: Wednesday, April 10, 2002 4:02 PM
Subject: Re: [Insight-users] TCL_TCLSH


>
> Hi Samuel,
>
> "tclsh" is the interpreter shell for Tcl.
> It is used in ITK for supporting testing,
> more specifically it helps to run the about
> 250 tests programs that ITK has for quality
> assurance and then submit the results to the
> dashboard:
>
>
http://www.itk.org/Testing/Dashboard/MostRecentResults-Nightly/Dashboard.htm
l
>
> You don't need Tcl for ITK unless you plan to
> submit tests to the ITK dashboard. This Tcl
> based system is called "Dart" and can be used for
> any software project. It is open source and can
> be downloaded from:
>
> http://public.kitware.com/Dart/HTML/Index.shtml
>
>
> On the other hand, Tcl can be quite useful for VTK
> because VTK classes can be wrapped to be used from
> the Tcl interpreter. A lot of people find useful
> to work in an interpreted environment instead of
> having to go through the compile/link cycles of C++.
>
> Tcl wrapping will be available soon for ITK. This
> is a challenging process due to the intensive use
> of templates in ITK.
>
>
>
>
>    Luis
>
>
>
> =================================================
>
> Samuel Rodríguez Bescos wrote:
> > Hello ITK users,
> >
> > Could anybody tell me what is the purpose of the file "tclsh"?. And If
> > it's important for  ITK, VTK or FLTK?.
> >
> >
> >
> > Ciao,
> >
> > Samuel
> >
>
>
>