View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008658ParaView(No Category)public2009-03-03 09:582009-05-13 13:45
ReporterRobert Maynard 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.6Fixed in Version 
Summary0008658: Slice Representation slider broken on state reload
DescriptionIf when you save a state if any object has slice representation as the active representation the slide bar on reload will not work. This problem is only shows up on the active axis that you saved too. Looking through the state file the proper min and max are saved in the file, but are not loaded into paraview since inspection while debugging shows both min and max being set to zero.
Steps To ReproduceCreate a Wavelet.
Switch to Slice Representation.
Save State.
Load State.
Try to move the slice slide bar.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0015896)
Utkarsh Ayachit (administrator)
2009-04-03 09:48

In ParaView, we are using a vtkPVSliceFilter to slice the input image data. Now
this filter was requesting only the extent for the requested slice from the
input. So when state file was loaded, the input extent would simply be that of
the slice (not the whole extent for the data that could be produced by the
source). Hence the slider was not movable. Fixed that by making this
vtkPVSliceFilter always request the complete piece from the input.

/cvsroot/ParaView3/ParaView3/Servers/Filters/vtkPVImageSlicer.cxx,v <-- Servers/Filters/vtkPVImageSlicer.cxx
new revision: 1.6; previous revision: 1.5
(0016034)
Alan Scott (manager)
2009-04-15 16:27

Tested local server.

 Issue History
Date Modified Username Field Change
2009-03-03 09:58 Robert Maynard New Issue
2009-03-03 10:09 Utkarsh Ayachit Status backlog => tabled
2009-03-03 10:09 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2009-03-03 10:09 Utkarsh Ayachit Category 3.4 => 3.6
2009-04-03 09:48 Utkarsh Ayachit Note Added: 0015896
2009-04-03 09:48 Utkarsh Ayachit Status tabled => @80@
2009-04-03 09:48 Utkarsh Ayachit Resolution open => fixed
2009-04-15 16:27 Alan Scott Note Added: 0016034
2009-04-15 16:27 Alan Scott Status @80@ => closed
2009-05-13 13:45 Utkarsh Ayachit Target Version => 3.6
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team