MantisBT - ParaView
View Issue Details
0010590ParaViewBugpublic2010-04-21 18:252010-05-04 17:07
Ken Moreland 
Robert Maynard 
normalminorhave not tried
closedfixed 
 
WhenPossible 
0010590: Default views cannot show 1D Images
If you create a vtkImageData that is 1D, you usually get an error that is incomprehensible to the user. To reproduce, start ParaView and load the attached file. You get the following error:

ERROR: In /Users/kmorel/src/ParaView/Servers/Filters/vtkTexturePainter.cxx, line 287
vtkTexturePainter (0x26e378b0): Incorrect dimensionality.
An ideal solution would be to detect a 1D image and default it to a Line Chart View (much like a 2D image will open a 2D View). An acceptable, but less good, solution would be to detect the problem, avoid calling the code that writes this error, and produce a more legible error that explains that 1D images cannot be shown in this view and to suggest running the Plot Data filter.
No tags attached.
? 1DImage.vtk (338) 2010-04-21 18:25
https://www.vtk.org/Bug/file/8049/1DImage.vtk
Issue History
2010-04-21 18:25Ken MorelandNew Issue
2010-04-21 18:25Ken MorelandFile Added: 1DImage.vtk
2010-04-22 09:32Utkarsh AyachitStatusbacklog => tabled
2010-04-22 09:32Utkarsh AyachitAssigned To => Robert Maynard
2010-04-22 09:32Utkarsh AyachitTarget Version => WhenPossible
2010-04-30 16:18Robert MaynardNote Added: 0020501
2010-04-30 16:18Robert MaynardStatustabled => @80@
2010-04-30 16:18Robert MaynardResolutionopen => fixed
2010-05-04 17:07Alan ScottNote Added: 0020560
2010-05-04 17:07Alan ScottStatus@80@ => closed

Notes
(0020501)
Robert Maynard   
2010-04-30 16:18   
1d image data will now default to a Chart View ( restored the previous chart detection code ).

commit SHA: f4d8c53beb4490c42d0823605acff4abb61ad5ba
(0020560)
Alan Scott   
2010-05-04 17:07   
Tested local server, Windows, trunk.