Marcus,<div>   This is a good way forward. </div><div><br></div><div>With respect to updating the books, I agree with you in that we should update the next editions of the books to focus primarily on the C++ API, and Python as the preferred wrapped language.</div>
<div>I am happy to help converting the C++ examples in the book to the newer version of VTK. I have had a quick look and the conversion is pretty straightforward and I have already completed Cone and Cone2. I will probably finish the rest in a few hours.</div>
<div>   I will be also  glad to help with the conversion of TCL to Python.</div><div><br></div><div>If you guys (Kitware) set up a repository with the original code and datasets then I can start putting them up. At least then we will have a good working base.</div>
<div><br></div><div><br></div><div>Regards</div><div>   Andrew</div><div><br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>---------- Forwarded message ----------<br>
From: &quot;Marcus D. Hanwell&quot; &lt;<a href="mailto:marcus.hanwell@kitware.com">marcus.hanwell@kitware.com</a>&gt;<br>To: Wes Turner &lt;<a href="mailto:wes.turner@kitware.com">wes.turner@kitware.com</a>&gt;<br>Cc: VTK Developers &lt;<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>&gt;, vtkusers &lt;<a href="mailto:vtkusers@vtk.org">vtkusers@vtk.org</a>&gt;, Will Schroeder &lt;<a href="mailto:will.schroeder@kitware.com">will.schroeder@kitware.com</a>&gt;, Darshan Pai &lt;<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>&gt;<br>
Date: Wed, 28 Mar 2012 19:00:33 -0400<br>Subject: Re: [vtk-developers] [vtkusers]  Modularization, Context2D and Tcl<br>Hi,<br>
<br>
I didn&#39;t intend to start a thread debating the removal of Tcl. My take<br>
on the situation is that there is a fair bit of legacy code out there<br>
using it, including the VTK books and several projects (primarily in<br>
the medical field). In the modularized VTK tree I have the Tcl<br>
wrapping working (mostly at least - more tests need to be brought in),<br>
and wrapping large parts of the API correctly that had thus far not<br>
been brought in properly.<br>
<br>
I think we should mark the Tcl wrapped code as deprecated, &#39;heirloom&#39;<br>
or whatever the right term is to indicate to our users that we do not<br>
have plans to significantly extend them. At this stage, with the work<br>
already present to support automatically wrapping and the few<br>
problematic modules mapped to similar names, I think we should keep<br>
them available for compilation even if they are superseded by Python<br>
as the default wrapped language.<br>
<br>
I think we should update the next editions of the books to focus<br>
primarily on the C++ API, and Python as the preferred wrapped<br>
language. Having Tcl and Java examples in there would still be<br>
appropriate in my opinion. I don&#39;t have any time to do this, but it<br>
seems like there are some people with time and motivation to help with<br>
that. It would be great to hear what the community at large thinks.<br>
Code will probably need to be updated with the correct module names,<br>
we may be able to do a little work there to import the correct new<br>
modules for the old (and this would also likely help in porting Python<br>
code which would have the exact same issue).<br>
<br>
My $0.10 on the issue. I will continue watching the mailing lists with<br>
interest, and of course welcome further input.<br>
<br>
Thanks,<br>
<br>
Marcus<br>
<br>
On Wed, Mar 28, 2012 at 6:08 PM, Wes Turner &lt;<a href="mailto:wes.turner@kitware.com">wes.turner@kitware.com</a>&gt; wrote:<br>
&gt; That is not my understanding.<br>
&gt;<br>
&gt; - Wes<br>
&gt;<br>
&gt;<br>
&gt; On Wed, Mar 28, 2012 at 6:07 PM, Darshan Pai &lt;<a href="mailto:darshanpai@gmail.com">darshanpai@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; When you say remove TCL, there will still be a switch like USE_TCL , so<br>
&gt;&gt; that someone who wants to include it in the project can still use it ?<br>
&gt;&gt;<br>
&gt;&gt; Regards<br>
&gt;&gt; Darshan<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Mar 28, 2012 at 5:59 PM, Wes Turner &lt;<a href="mailto:wes.turner@kitware.com">wes.turner@kitware.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; +1 on seeking input.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; The danger of course, is that people who are merrily using tcl without<br>
&gt;&gt;&gt; problems may not be subscribed to the mailing lists and we may not find out<br>
&gt;&gt;&gt; until after we make the change and everything breaks.  Still I think that is<br>
&gt;&gt;&gt; the correct way to go and the best that we can do.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; - Wes<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; On Wed, Mar 28, 2012 at 12:04 PM, Aashish Chaudhary<br>
&gt;&gt;&gt; &lt;<a href="mailto:aashish.chaudhary@kitware.com">aashish.chaudhary@kitware.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; In another email to Wes, I suggested the same. I have cc&#39;d vtkuser&#39;s<br>
&gt;&gt;&gt;&gt; mailing list as well ( to provide background on the topic, may be better to<br>
&gt;&gt;&gt;&gt; start a new thread in the vtkusers mailing list).<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Wed, Mar 28, 2012 at 11:55 AM, Bill Lorensen<br>
&gt;&gt;&gt;&gt; &lt;<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; I agree with Will. We should ask the community about the impact of a<br>
&gt;&gt;&gt;&gt;&gt; VTK without tcl.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; On Wed, Mar 28, 2012 at 8:04 AM, Will Schroeder<br>
&gt;&gt;&gt;&gt;&gt; &lt;<a href="mailto:will.schroeder@kitware.com">will.schroeder@kitware.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt; This may be a bigger issue than just the ARB, I&#39;m wondering if we<br>
&gt;&gt;&gt;&gt;&gt; &gt; should ask<br>
&gt;&gt;&gt;&gt;&gt; &gt; the question across the broader community, and/or create an explicit<br>
&gt;&gt;&gt;&gt;&gt; &gt; transition plan.<br>
&gt;&gt;&gt;&gt;&gt; &gt; W<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; On Wed, Mar 28, 2012 at 9:53 AM, Wes Turner &lt;<a href="mailto:wes.turner@kitware.com">wes.turner@kitware.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Changing a few interfaces is manageable.  Removing support for the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; entire<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; GUI system is much more catastrophic.  If this were a democracy I<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; would<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; stage a filibuster and force a super-majority.  :-)<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; As it is, I will happily abide by any decision by the ARB, but I<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; strongly<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; urge that they make an explicit decision and announce it, rather<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; than just<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; do it by default or allow support to erode away.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; - Wes<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; On Wed, Mar 28, 2012 at 7:51 AM, David Cole &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; I&#39;m not saying that applications like this shouldn&#39;t upgrade. On<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; contrary, I think they should, and I think they should do it soon,<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; and give<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; us feedback on the new layout of modular VTK, and on the rest of<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; the changes<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; (legacy code removal), ... other changes?<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; I am saying we&#39;re making a bunch of changes anyhow, and<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; applications are<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; going to have to make lots of changes to adapt to them anyhow...<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; and because<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; of this, now is the perfect opportunity to make breaking changes,<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; so that<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; apps that need to adapt only need to do it once, and then we<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; position VTK<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; for better things in the future. (Specifically, a C++ namespace and<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; potential for more modern wrapped languages.)<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; Tcl wrapping, even if removed from VTK itself, could be done in a<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; separate project, from the outside, after the fact. That&#39;s how<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; ActiViz works<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; for C# wrapping: which is another thing that will have to adapt to<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; this new<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; VTK if it wants to survive. To the best of my knowledge, nobody has<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; spent<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; any effort making sure ActiViz is still going to work flawlessly<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; with the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; new VTK. That&#39;ll be something for somebody&#39;s to do list after the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; dust<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; settles here.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; This is the one chance we&#39;ll have in the next decade to break<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; backwards<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; compatibility: we should take it while we have it.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; David C.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; On Mar 28, 2012, at 6:09 AM, Karthik Krishnan<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; &lt;<a href="mailto:karthik.krishnan@kitware.com">karthik.krishnan@kitware.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; I agree with Wes. Again, not to be too vocal....<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; I don&#39;t vote for  vtk3DWidget being renamed. Despite it being an<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; old<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; generation widgets that we don&#39;t recommend folks derive from, but<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; the fact<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; remains that there are a few widgets in VTK that derive from it.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; There are a<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; lot of widgets in Slicer (&lt;20) and VolView (&gt;10) that derive from<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; it. These<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; are examples from just 2 applications.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; I don&#39;t support Tcl wrapping being dropped. There are still a lot<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; of apps<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; under active development out there relying on VTK being wrappable<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; from Tcl<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; (BioImageSuite, VolView, SCIRun, MIPS to name a few). It hasn&#39;t<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; been long<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; since Slicer made the switch either.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; These are all large applications, with a large user base and<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; important<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; customers of VTK. Don&#39;t you think a stand that: &quot;If these<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; applications want<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; to continue using VTK, they shouldn&#39;t upgrade&quot; is a bit harsh.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; thx<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; karthik<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; On Wed, Mar 28, 2012 at 1:47 AM, David E DeMarle<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; &lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; And I _will_ add text to the download page to make it clear what<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; that<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; binary is because you are entirely right that it shouldn&#39;t be the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; first thing newbies try.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; David E DeMarle<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; Kitware, Inc.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; R&amp;D Engineer<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; 21 Corporate Drive<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; Clifton Park, NY 12065-8662<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; Phone: <a href="tel:518-881-4909" value="+15188814909">518-881-4909</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; On Tue, Mar 27, 2012 at 4:12 PM, David E DeMarle<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; That is an old school 32bit windows tcl interpreter with the tcl<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; wrapped vtk libs preloaded. Use it by typing in vtk tcl scripts<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; there,<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; or just pass tcl scripts as filenames to that executable to run<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; them<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; without the shell. (Back when I was a young lad, and when Will<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; and<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; Bill were still old men, that was the _easy_ way to learn VTK.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; Ah<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; those were the days, even if we did have to walk five miles in<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; snow to get to grad school.)<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; My plan for this release is to keep it the same as before. I<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; hope to<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; find the time to make and post the vtkpython equivalent of that<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; executable for mac, linux and windows, but I am not going to<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; hold up<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; the release release for them.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; For 6.0 we at least want the python exes, will probably drop the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; tcl<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; exe, and will try to make a proper SDK so that you don&#39;t need to<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; compile vtk to make c++ apps that use it.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; David E DeMarle<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; Kitware, Inc.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; R&amp;D Engineer<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; 21 Corporate Drive<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; Clifton Park, NY 12065-8662<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; Phone: <a href="tel:518-881-4909" value="+15188814909">518-881-4909</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; On Tue, Mar 27, 2012 at 3:45 PM, David Doria<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; &lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt; wrote:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; On a related note, every Windows user I have suggested VTK to<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; has<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; gone<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; to this page:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; <a href="http://vtk.org/VTK/resources/software.html#latest2" target="_blank">http://vtk.org/VTK/resources/software.html#latest2</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; and been extremely confused about what they get with the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &quot;Windows<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; (Installer) : vtk-5.8.0-win32-x86.exe&quot;. I just downloaded and<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; installed it on a Windows machine, and when I run &quot;VTK&quot; from<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; the<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; start<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; menu (the only thing that appears to be an option), I get a<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; blank<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; terminal window and a blank gray widget with no further<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; instructions/explanation - indeed very confusing!<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; My understanding is that this is some sort of TCL-only binary<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; package?<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; My suggestion would be to remove this from the download page<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; entirely,<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; or at least bury it so it is not the first thing you see and so<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; it<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; doesn&#39;t look like what you should download as a new user. It<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; should<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; be<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; immediately clear that VTK is intended to be used as a library,<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; not a<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; standalone application.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; David<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; karthik<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Wesley D. Turner, Ph.D.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Kitware, Inc.<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Technical Leader<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; 28 Corporate Drive<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Clifton Park, NY 12065-8662<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Phone: <a href="tel:518-881-4920" value="+15188814920">518-881-4920</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; --<br>
&gt;&gt;&gt;&gt;&gt; &gt; William J. Schroeder, PhD<br>
&gt;&gt;&gt;&gt;&gt; &gt; Kitware, Inc.<br>
&gt;&gt;&gt;&gt;&gt; &gt; 28 Corporate Drive<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; Clifton Park, NY 12065<br>
&gt;&gt;&gt;&gt;&gt; &gt; <a href="mailto:will.schroeder@kitware.com">will.schroeder@kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt; &gt; <a href="http://www.kitware.com" target="_blank">http://www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt; &gt; <a href="tel:%28518%29%20881-4902" value="+15188814902">(518) 881-4902</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt;&gt; &gt; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; Unpaid intern in BillsBasement at noware dot com<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; | Aashish Chaudhary<br>
&gt;&gt;&gt;&gt; | R&amp;D Engineer<br>
&gt;&gt;&gt;&gt; | Kitware Inc.<br>
&gt;&gt;&gt;&gt; | <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; Wesley D. Turner, Ph.D.<br>
&gt;&gt;&gt; Kitware, Inc.<br>
&gt;&gt;&gt; Technical Leader<br>
&gt;&gt;&gt; 28 Corporate Drive<br>
&gt;&gt;&gt; Clifton Park, NY 12065-8662<br>
&gt;&gt;&gt; Phone: <a href="tel:518-881-4920" value="+15188814920">518-881-4920</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt;&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Wesley D. Turner, Ph.D.<br>
&gt; Kitware, Inc.<br>
&gt; Technical Leader<br>
&gt; 28 Corporate Drive<br>
&gt; Clifton Park, NY 12065-8662<br>
&gt; Phone: <a href="tel:518-881-4920" value="+15188814920">518-881-4920</a><br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br><br></blockquote></div><div><br></div>-- <br>___________________________________________<br>Andrew J. P. Maclean<br><br>___________________________________________<br>
</div>