View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010628VTK(No Category)public2010-04-27 22:572016-08-12 09:55
Reporteregk865 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0010628: Filters should preserve data types of inputs
DescriptionCurrently 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.
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0037166)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2010-04-27 22:57 egk865 New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2016-08-12 09:55 Kitware Robot Note Added: 0037166
2016-08-12 09:55 Kitware Robot Status expired => closed
2016-08-12 09:55 Kitware Robot Resolution open => moved
2016-08-12 09:55 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team