[vtk-developers] vtkVoxelModeller converted from BIT to INT

David Doria daviddoria+vtk at gmail.com
Fri Mar 12 11:48:10 EST 2010


If you try to write the output of vtkVoxelModeller with a
vtkXMLImageDataWriter (like this:
http://www.vtk.org/Wiki/VTK/Examples/VoxelModeller), it complains that
VTK_BIT is not supported. I have converted all instances of
vtkBitArray and VTK_BIT with vtkIntArray and VTK_INT, respectively,
and it now works as expected.

I have submitted a fix here:
http://public.kitware.com/Bug/view.php?id=10414

Can someone verify and commit? No tests seem to use this, so no tests
changed from pass->fail.

Thanks,

David



More information about the vtk-developers mailing list