<div dir="ltr"><div>Hi All,</div><div><br></div><div>I was looking through the bugtracker this morning (I know, I shouldn't do that :-)</div><div>and found an interesting one:</div><div><br></div>  <a href="http://www.vtk.org/Bug/view.php?id=15901" target="_blank">http://www.vtk.org/Bug/view.php?id=15901</a><br><div><br></div><div>Basic issue is that most VTK image algorithms do this:</div><div><br></div><div>  double spacing[3], origin[3];<br></div><div>  inputInfo->Get(vtkDataObject::ORIGIN(), origin);</div><div>  inputInfo->Get(vtkDataObject::SPACING(), spacing);</div><div><br></div><div>This seems to have worked fine in VTK 5, but in VTK 6, is there any guarantee</div><div>that the pipeline will have ORIGIN and SPACING for vtkImageData?</div><div><br></div><div> - David</div></div>