<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    To answer myself (I hope) and for posterity,<br>
    <br>
    it looks like PRESERVE_BOUNDS() is simply obsolete. I compared other
    from vtkUnstructuredGridAlgorithm derived classes in VTK between 6.1
    and 6.3 and the code was simply removed. So I suspect that it's safe
    to do so in my code. I'll update the list if this turns out to be
    wrong.<br>
    <br>
    <div class="moz-cite-prefix">On 12/9/2015 9:13 AM, Serge Lalonde
      wrote:<br>
    </div>
    <blockquote cite="mid:56683701.5070403@infolytica.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      Hello VTK users,<br>
      <br>
      VTK 6.1 had a vtkInformationIntegerKey member in vtkAlgorithm
      called PRESERVES_BOUNDS().<br>
      I'm upgrading to VTK 6.3 and this no longer exists (it was removed
      in VTK 6.2).<br>
      We us this in a class we created that's derived from
      <title>Snippet</title>
      vtkUnstructuredGridAlgorithm and I`d like to know the proper way
      to port it to VTK 6.3.<br>
      I checked the change log between 6.1 and 6.2 and there's no
      mention of it, but I suspect it was removed as part of the
      parallelism changes in the pipeline.<br>
      <br>
      Anybody know how to handle this?<br>
    </blockquote>
  </body>
</html>