<p dir="ltr">You can edit the examples on the wiki. For the c++ examples we use offers to support vtk5 and 6.</p>
<div class="gmail_quote">On Dec 9, 2014 8:55 PM, "Windes, Grant" <<a href="mailto:Grant.Windes@smith-nephew.com">Grant.Windes@smith-nephew.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal">I’ve been working on migrating our application (written in python) from vtk 5.10 to vtk 6.1<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">All the python examples that I have read through on the vtk wiki are still using vtk 5 syntax (<a href="http://vtk.org/Wiki/VTK/Examples/Python/GeometricObjects/Display/Cube" target="_blank">http://vtk.org/Wiki/VTK/Examples/Python/GeometricObjects/Display/Cube</a>)<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">What’s the best way to go about updating these to both support vtk 5 and support vtk 6+<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Any preference about updating the wiki pages? Or maybe I am missing the location of the vtk6 python examples<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p><u></u><span>1.<span style="font:7.0pt "Times New Roman"">      
</span></span><u></u>Fix something in the current build system?<u></u><u></u></p>
<p><u></u><span>2.<span style="font:7.0pt "Times New Roman"">      
</span></span><u></u>Create separate examples for vtk5 and vtk6<u></u><u></u></p>
<p><u></u><span>3.<span style="font:7.0pt "Times New Roman"">      
</span></span><u></u>Use if check (Seems like it could get messy)<u></u><u></u></p>
<p class="MsoNormal" style="margin-left:.5in">if VTK_MAJOR_VERSION <= 5:<u></u><u></u></p>
<p class="MsoNormal" style="margin-left:.5in">      current vtk<u></u><u></u></p>
<p class="MsoNormal" style="margin-left:.5in">code else:<u></u><u></u></p>
<p class="MsoNormal" style="margin-left:.5in">      vtk6+ code<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">-Grant<u></u><u></u></p>
<p class="MsoNormal" style="margin-left:.5in"><u></u> <u></u></p>
</div>
</div>

<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
<br></blockquote></div>