Any API changes should be documented on the Wiki.<br><br>Bill<br><br><div class="gmail_quote">On Jan 28, 2008 3:53 PM, Anka Kochanowska &lt;<a href="mailto:anka@bic.mni.mcgill.ca">anka@bic.mni.mcgill.ca</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi!<br>One that I found was in vtkImagePlaneWidget, the actions were renamed:<br><br>from:<br> &nbsp;enum<br> &nbsp;{<br> &nbsp; &nbsp;CURSOR_ACTION &nbsp; &nbsp; &nbsp; = 0,<br> &nbsp; &nbsp;SLICE_MOTION_ACTION = 1,<br> &nbsp; &nbsp;WINDOW_LEVEL_ACTION = 2<br> &nbsp;};<br>to:<br>
 &nbsp;enum<br> &nbsp;{<br> &nbsp; &nbsp;VTK_CURSOR_ACTION &nbsp; &nbsp; &nbsp; = 0,<br> &nbsp; &nbsp;VTK_SLICE_MOTION_ACTION = 1,<br> &nbsp; &nbsp;VTK_WINDOW_LEVEL_ACTION = 2<br> &nbsp;};<br><br>(As I build with both, vtk5.0 and 5.1 I have to use #if<br>((VTK_MAJOR_VERSION == 5 &amp;&amp; VTK_MINOR_VERSION &gt; 0)))<br>
<br>Also &nbsp;there is no &nbsp;vtkActor::RenderTranslucentGeometry(...), you have to<br>replace it &nbsp;with correct version, &nbsp;I use<br>vtkActor::RenderTranslucentPolygonalGeometry(...)<br><br>Anka<br><div class="Ih2E3d"><br>Bill Lorensen wrote:<br>
<br>&gt; David,<br>&gt;<br>&gt; Are there any changes that affect the backward compatibility of the<br>&gt; API(either public or protected) since 5.0?<br>&gt;<br>&gt; Bill<br>&gt;<br>&gt; 2008/1/28 David Cole &lt;<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a><br>
</div>&gt; &lt;mailto:<a href="mailto:david.cole@kitware.com">david.cole@kitware.com</a>&gt;&gt;:<br><div><div></div><div class="Wj3C7c">&gt;<br>&gt; &nbsp; &nbsp; Dear VTK users and developers,<br>&gt;<br>&gt; &nbsp; &nbsp; We are planning to create the VTK-5-2 branch in about a month<br>
&gt; &nbsp; &nbsp; (around the end of February), followed by a month or so of bug<br>&gt; &nbsp; &nbsp; fixing activity, followed by the first release candidate for the<br>&gt; &nbsp; &nbsp; VTK 5.2 release in early April, 2008.<br>&gt;<br>&gt; &nbsp; &nbsp; As part of that plan, we would like to ask you, the VTK community,<br>
&gt; &nbsp; &nbsp; to contribute to a successful release by doing the following:<br>&gt; &nbsp; &nbsp; - Review the non-resolved bugs in the bug database and make notes<br>&gt; &nbsp; &nbsp; on those you really want to see fixed.<br>&gt; &nbsp; &nbsp; - Help us make the &quot;What&#39;s New in VTK 5.2&quot; section of the Wiki<br>
&gt; &nbsp; &nbsp; page complete (did we forget something that you know is new in<br>&gt; &nbsp; &nbsp; 5.2?) -- contribute to the Wiki at<br>&gt; &nbsp; &nbsp; <a href="http://www.vtk.org/Wiki/VTK_5.2_Release_Planning" target="_blank">http://www.vtk.org/Wiki/VTK_5.2_Release_Planning</a><br>
&gt; &nbsp; &nbsp; - Help us get (and keep!) the dashboards to a state of blissful green.<br>&gt; &nbsp; &nbsp; - Promptly add any newly found bugs or last-minute feature<br>&gt; &nbsp; &nbsp; requests to the bug database.<br>&gt; &nbsp; &nbsp; - Keep reading and responding to the mailing lists.<br>
&gt;<br>&gt; &nbsp; &nbsp; We will be triaging the bug database to prioritize which bugs we<br>&gt; &nbsp; &nbsp; will fix. If you would like to see a particular bug addressed<br>&gt; &nbsp; &nbsp; before we release 5.2, please visit the bug database and &quot;vote&quot;<br>
&gt; &nbsp; &nbsp; for that bug sometime in the next week or two. To &quot;vote&quot;, visit<br>&gt; &nbsp; &nbsp; <a href="http://public.kitware.com/Bug" target="_blank">http://public.kitware.com/Bug</a>, sign in (or sign up for an account<br>
&gt; &nbsp; &nbsp; and then sign in), and add a note to any bug that you would like<br>&gt; &nbsp; &nbsp; to see fixed. That will show us what the interest level is in<br>&gt; &nbsp; &nbsp; fixing that particular bug. Obviously, bugs with little or no<br>
&gt; &nbsp; &nbsp; interest expressed are less likely to be addressed than bugs with<br>&gt; &nbsp; &nbsp; much interest expressed.<br>&gt;<br>&gt; &nbsp; &nbsp; New features in VTK since the 5.0 release include:<br>&gt; &nbsp; &nbsp; - Infovis kit<br>&gt; &nbsp; &nbsp; - Views kit<br>
&gt; &nbsp; &nbsp; - New Widgets architecture and more than a dozen new widgets<br>&gt; &nbsp; &nbsp; - New Utilities: freerange, verdict, libxml2, metaio, sqlite<br>&gt; &nbsp; &nbsp; - Updated Utilities: freetype, zlib<br>&gt; &nbsp; &nbsp; - More than 300 new C++ classes.<br>
&gt; &nbsp; &nbsp; - More than 100 new C++ tests running on most dashboards<br>&gt; &nbsp; &nbsp; - Many bug fixes, including much improved Java wrapping support<br>&gt; &nbsp; &nbsp; and Mac OSX support<br>&gt;<br>&gt; &nbsp; &nbsp; For all of us VTK-ers at Kitware and around the world, thanks for<br>
&gt; &nbsp; &nbsp; your continued contributions,<br>&gt; &nbsp; &nbsp; David Cole<br>&gt; &nbsp; &nbsp; Kitware, Inc.<br>&gt;<br>&gt;<br>&gt; &nbsp; &nbsp; _______________________________________________<br>&gt; &nbsp; &nbsp; vtk-developers mailing list<br></div></div>&gt; &nbsp; &nbsp; <a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a> &lt;mailto:<a href="mailto:vtk-developers@vtk.org">vtk-developers@vtk.org</a>&gt;<br>
<div class="Ih2E3d">&gt; &nbsp; &nbsp; <a href="http://www.vtk.org/mailman/listinfo/vtk-developers" target="_blank">http://www.vtk.org/mailman/listinfo/vtk-developers</a><br>&gt;<br>&gt;<br></div>&gt;------------------------------------------------------------------------<br>
&gt;<br>&gt;_______________________________________________<br>&gt;This is the private VTK discussion list.<br>&gt;Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><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>&gt;<br></blockquote></div><br>