Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK VTK
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 739
    • Issues 739
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 198
    • Merge requests 198
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

An update will be applied May 24th, between 12PM and 1PM EDT (UTC -400). The site may be slow during that time.

  • VTK
  • VTKVTK
  • Issues
  • #10628

Closed
Open
Created Apr 26, 2010 by Kitware Robot@kwrobotOwner

Filters should preserve data types of inputs

This issue was created automatically from an original Mantis Issue. Further discussion may take place here.


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.
Assignee
Assign to
Time tracking