<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
Are examples to build with the release version of vtk? or the current
version from the repository?<br>
<br>
For instance, I would like to update the examples for vtkDistanceWidget
with the latest change of Karthik (see his last commit), can I proceed?<br>
<br>
Thanks,<br>
Arnaud<br>
<br>
On 07/20/2010 01:56 PM, Aashish Chaudhary wrote:
<blockquote
 cite="mid:AANLkTikacYQlfG9mkpPw-Dvl-EJX3dN3hOcoyv6sOmvM@mail.gmail.com"
 type="cite"><br>
  <br>
  <div class="gmail_quote">On Tue, Jul 20, 2010 at 1:28 PM, David Gobbi
  <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">It
wouldn't have to be two-way communication if the master image is<br>
the one on the wiki (i.e. just as the wiki copy of the code is the<br>
master copy).<br>
    <br>
  </blockquote>
  <div>true.&nbsp;</div>
  <div>&nbsp;</div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">But,
yes, you would need two-way communication to get all the images<br>
on the wiki in the first place. &nbsp;Or a whole lotta manpower, to upload<br>
the images manually.<br>
    <font color="#888888"><br>
    </font></blockquote>
  <div>There is some advantage if we can find a way via a program or a
script. &nbsp;Soon we will try to get the images on the wiki.&nbsp;</div>
  <div>&nbsp;</div>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font
 color="#888888"> &nbsp;David<br>
    </font>
    <div>
    <div class="h5"><br>
    <br>
On Tue, Jul 20, 2010 at 11:03 AM, Aashish Chaudhary<br>
&lt;<a moz-do-not-send="true"
 href="mailto:aashish.chaudhary@kitware.com">aashish.chaudhary@kitware.com</a>&gt;
wrote:<br>
&gt; We talked about it .. basically two way communication between Wiki
and Git<br>
&gt; repository.<br>
&gt; There are some issues but I think for the&nbsp;regression&nbsp;&nbsp;images we
should have<br>
&gt; it. I think that would be really valuable for the users.<br>
&gt; Thanks,<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Jul 20, 2010 at 12:36 PM, David Gobbi &lt;<a
 moz-do-not-send="true" href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>&gt;
wrote:<br>
&gt;&gt;<br>
&gt;&gt; This is quite awesome. &nbsp;I hate to be the guy who asks for more
when<br>
&gt;&gt; given a feast, but could the master regression images be on
the wiki<br>
&gt;&gt; too?<br>
&gt;&gt;<br>
&gt;&gt; &nbsp;David<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Tue, Jul 20, 2010 at 10:24 AM, Bill Lorensen &lt;<a
 moz-do-not-send="true" href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; Folks,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; David Doria, Aashish Chaudhary, Zack Galbreath, and I are
excited to<br>
&gt;&gt; &gt; announce the next phase of the VTK Wiki Examples.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; We have established a process to automatically
synchronize the<br>
&gt;&gt; &gt; examples at: <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples" target="_blank">http://vtk.org/Wiki/VTK/Examples</a>
with a git repository<br>
&gt;&gt; &gt; at <a moz-do-not-send="true"
 href="http://gitorious.org/vtkwikiexamples" target="_blank">http://gitorious.org/vtkwikiexamples</a>.
The process includes nightly<br>
&gt;&gt; &gt; compiles of each C++ example on several systems and
running most C++<br>
&gt;&gt; &gt; examples<br>
&gt;&gt; &gt; as tests. Many of the tests that produce images are
regression tested<br>
&gt;&gt; &gt; against a baseline image.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Highlights:<br>
&gt;&gt; &gt; &nbsp;Over 500 c++ examples<br>
&gt;&gt; &gt; &nbsp;Over a dozen python examples (we need more!)<br>
&gt;&gt; &gt; &nbsp;Almost 5 java examples (we need more!)<br>
&gt;&gt; &gt; &nbsp;and over 5 tcl examples (we need more!)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &nbsp;Over 380 c++ tests<br>
&gt;&gt; &gt; &nbsp;Over 200 Image regression tests<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; There are three ways to obtain the examples:<br>
&gt;&gt; &gt; 1) Go to an example page, cut and paste the example with
its<br>
&gt;&gt; &gt; &nbsp; CMakeLists.txt file.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2) Clone the git repository:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; git clone git://<a moz-do-not-send="true"
 href="http://gitorious.org/vtkwikiexamples/wikiexamples.git"
 target="_blank">gitorious.org/vtkwikiexamples/wikiexamples.git</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 3) Or download a tarball and extract the examples<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; <a moz-do-not-send="true"
 href="http://gitorious.org/vtkwikiexamples/wikiexamples/archive-tarball/master"
 target="_blank">http://gitorious.org/vtkwikiexamples/wikiexamples/archive-tarball/master</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The wiki is the holder of the master copy of each
example. As examples<br>
&gt;&gt; &gt; are added by the VTK community, these examples will
automatically be<br>
&gt;&gt; &gt; placed in the git repository, compiled every night and
tested.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; For general information on the Wiki Examples go to:<br>
&gt;&gt; &gt; <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples" target="_blank">http://vtk.org/Wiki/VTK/Examples</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; We have instructions for:<br>
&gt;&gt; &gt; Example Users: <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples/Instructions/ForUsers"
 target="_blank">http://vtk.org/Wiki/VTK/Examples/Instructions/ForUsers</a><br>
&gt;&gt; &gt; Example Developers:<br>
&gt;&gt; &gt; <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples/Instructions/ForDevelopers"
 target="_blank">http://vtk.org/Wiki/VTK/Examples/Instructions/ForDevelopers</a><br>
&gt;&gt; &gt; Example Administrators:<br>
&gt;&gt; &gt; <a moz-do-not-send="true"
 href="http://vtk.org/Wiki/VTK/Examples/Instructions/ForAdministrators"
 target="_blank">http://vtk.org/Wiki/VTK/Examples/Instructions/ForAdministrators</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please feel free to add examples to this grass roots
effort to ease the<br>
&gt;&gt; &gt; VTK learning experience.<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a moz-do-not-send="true"
 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 moz-do-not-send="true"
 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; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a moz-do-not-send="true"
 href="http://www.vtk.org/mailman/listinfo/vtk-developers"
 target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a moz-do-not-send="true"
 href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a moz-do-not-send="true"
 href="http://www.kitware.com/opensource/opensource.html"
 target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the VTK FAQ at:<br>
&gt;&gt; <a moz-do-not-send="true"
 href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a moz-do-not-send="true"
 href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; | Aashish Chaudhary<br>
&gt; | R&amp;D Engineer<br>
&gt; | Kitware Inc.<br>
&gt; | <a moz-do-not-send="true" href="http://www.kitware.com"
 target="_blank">www.kitware.com</a><br>
&gt;<br>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
| Aashish Chaudhary <br>
| R&amp;D Engineer&nbsp; &nbsp; &nbsp; &nbsp;&nbsp; <br>
| Kitware Inc.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
| <a moz-do-not-send="true" href="http://www.kitware.com">www.kitware.com</a>&nbsp;
&nbsp; <br>
</blockquote>
<br>
</body>
</html>