<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi all,<br>
<br>
vtkOpenGLVolumeTextureMapper3D's API has recently changed, and methods:<br>
<b>
<pre>vtkOpenGLVolumeTextureMapper3D::IsRenderSupported(vtkVolumeProperty*)

</pre>
</b>became<br>
<br>
<b><b>
<pre>vtkOpenGLVolumeTextureMapper3D::IsRenderSupported(vtkVolumeProperty* , vtkRenderer* )


</pre>
</b></b>Our application used this code, some of our developers are
using the release vtk 5.6, some are using the git version. We thus
experience some problem here due to the non-backward compatibility.
What's the policy with backward compatibility?<br>
<br>
Could it be possible to keep the first method as deprecated? (no is an
OK answer)<br>
<br>
We were also considering checking version of vtk, and depending on the
version use the first implementation or the second one. But it just
happened that ${VTK_VERSION} for both are 5.7.0 ...<br>
<br>
Is there a way to differentiate these two versions via CMake? <br>
<br>
Thanks for your answers,<br>
Regards,<br>
Arnaud<br>
</body>
</html>