MantisBT - VTK
View Issue Details
0002659VTK(No Category)public2005-12-20 12:062014-10-02 10:38
Richard Layman 
Cory Quammen 
lowfeaturealways
closedwon't fix 
 
 
0002659: Add simpler API for vtkImageShiftScale
The interfaces for setting shift and scale ivars can be confusing to the user (See this thread http://public.kitware.com/pipermail/vtkusers/2005-December/083116.html [^]).
I would suggest adding an API like the following:

SetOutputRange(lowValue, highValue).
hackaton
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2014-10-02 09:04Cory QuammenTag Attached: hackaton
2014-10-02 10:37Cory QuammenAssigned ToWill Schroeder => Cory Quammen
2014-10-02 10:37Cory QuammenStatusexpired => backlog
2014-10-02 10:37Cory QuammenResolutionopen => reopened
2014-10-02 10:38Cory QuammenNote Added: 0033443
2014-10-02 10:38Cory QuammenStatusbacklog => closed
2014-10-02 10:38Cory QuammenResolutionreopened => won't fix

Notes
(0033443)
Cory Quammen   
2014-10-02 10:38   
vtkImageShiftScale isn't necessarily limited to rescaling image data values to be between a range. A separate class for this functionality would be better than modifying vtkImageShiftScale.