devide icon indicating copy to clipboard operation
devide copied to clipboard

bug in vtkImageCheckerboard with 2D data if number of dimensions in Z is > 1

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

What steps will reproduce the problem?
1. Two 2D datasets as input to the vtkImageCheckerboard, default
SetNumberOfDivisions == 2,2,2

What is the expected output? What do you see instead?
I expect a checkerboard, instead I get a floating point exception and
DeVIDE is terminated.

vtkImageCheckerboard is doing something stupid: If I set numberofdivisions
to 2,2,1 in this case, all is fine.  Doh.



Original issue reported on code.google.com by cpbotha on 22 Jul 2009 at 1:28

GoogleCodeExporter avatar Mar 21 '15 21:03 GoogleCodeExporter