Hi, <br><br>I noticed such a problem for other filters. In fact, it seems that vtkImageReslice and inherited filters are not ParaView compliant. I was forced to write external executable to process my volumes (making isotropic an anisotropic DICOM volume), then I open it in Paraview.<br>
<br>Best regards,<br><br>Jerome<br><br><div class="gmail_quote">2009/3/10 Bryn Lloyd <span dir="ltr">&lt;<a href="mailto:blloyd@vision.ee.ethz.ch">blloyd@vision.ee.ethz.ch</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Still no progress on this.<br>
<br>
<br>
I have tried to integrate vtkImageConstantPad as a plugin. The displayed outline of the image (in paraview) suggests that the extent of the enlarged image is correct, but the information printed in the information tab shows the same extent as the input, rather than the one I expect at the output of vtkImageConstantPad.<br>

<br>
say the input is an 10x10x10 image. I set the output extent to be 12x12x12 in the vtkImageConstantPad. However, Paraview tells me the output still has dimensions 10x10x10.<br>
<br>
<br>
I have modified vtkImageConstantPad and tried different parent classes<br>
 - vtkImageToImageFilter<br>
 - vtkImageAlgorithm<br>
 - vtkDataSetAlgorithm<br>
 - vtkTrivialProducer<br>
<br>
... hoping to break up the pipeline somehow, i.e. simply producing a new image, which is displayed and can be used subsequently for other operations.<br>
<br>
Sofar with no success. I have written a test, which runs as a separate program. The test proves to me that the filter DOES work as expected. But in Paraview the extent is screwed-up for some reason.<br>
<br>
<br>
I have seen similar reports by John Biddiscombe, from around 2005 and more recent. Was there any solution to this?<div><div></div><div class="h5"><br>
<br>
<br>
Thanks<br>
<br>
<br>
Bryn<br>
<br>
<br>
<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>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>