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