MantisBT - VTK
View Issue Details
0010628VTK(No Category)public2010-04-27 22:572016-08-12 09:55
egk865 
Kitware Robot 
normalfeatureN/A
closedmoved 
 
 
0010628: Filters should preserve data types of inputs
Currently many filters do not preserve the data types of the inputs. For example if the vtkPolyDataNormals filter is used with an input whose vertices are in double precision, the output vertices are truncated to float. In addition the computed normals are also output as normals. It would seem better for the normals to be double if the input vertices are double and float otherwise. This should apply as well to other filters that generate point or cell attribute data such as vtkTransformPolyDataFilter.

To summarize, this report requests 2 things:

1. the data type of original input should be preserved by all filters
2. the data type of any computed cell or point attribute data should match the data type of the input.
No tags attached.
Issue History
2010-04-27 22:57egk865New Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037166
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037166)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.