Skip to content
GitLab
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 829
    • Issues 829
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 239
    • Merge requests 239
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTKVTK
  • Issues
  • #17335
Closed
Open
Issue created Jun 08, 2018 by Cory Quammen@cory.quammenMaintainer

vtkLocationSelector can return more than one point when selecting the nearest point

The search process in vtkLocationSelector::vtkInternalsForPoints::Execute() is faulty. Each point in the dataset is checked to see if it is within a distance epsilon of the location of interest. If epsilon is large enough, all points in the data set will be selected. We want only the one that is closest to the given location, so the search process needs to be fixed.

Edited Jun 08, 2018 by Cory Quammen
Assignee
Assign to
Time tracking