[vtk-developers] BUG: vtkImageActor - set of ComputedDisplayExtent variable.
Pokutnev, Pavel (GE EntSol, SensInsp)
Pavel.Pokutnev at ge.com
Wed Jul 14 04:19:43 EDT 2010
Hello vtk-devs,
it looks like there is a copy & paste bug in vtkImageActor line 250 and
293:
The line:
this->ComputedDisplayExtent[5] = wExtent[4];
should be:
this->ComputedDisplayExtent[5] = wExtent[5];
Best regards!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20100714/fa4b5323/attachment.html>
More information about the vtk-developers
mailing list