Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
VTK
VTK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 582
    • Issues 582
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 161
    • Merge Requests 161
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTKVTK
  • Merge Requests
  • !1997

Merged
Opened Sep 22, 2016 by Andrew Bauer@acbauerDeveloper

Making DataSetCellIterators have proper point data type.

  • Overview 8
  • Commits 1
  • Pipelines 1
  • Changes 1

For accuracy the vtkDataSetCellIterator should have the same floating point accuracy as the input data set. For ImageData and HyperOctree it will be double since that is their native data type for storing point locations. For RectilinearGrid and HyperTreeGrid we do the best we can but there are 3 arrays which store the point locations for these grids so it's not always clear which one to use. This was already done for the other data set cell iterators.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: vtk/vtk!1997
Source branch: celliterator_datatype