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 741
    • Issues 741
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 197
    • Merge requests 197
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • VTK
  • VTKVTK
  • Issues
  • #9750
Closed
Open
Created Oct 20, 2009 by Kitware Robot@kwrobotOwner

vtkPointLocator::BuildLocator() crashes

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


When I call vtkPointLocator::BuildLocator(), after applying the vtkPolyDataConnectivityFilter it crashes. The input is a vtkPolyData with some points that are not attached to a cell.

The function vtkPolyData::ComputeBounds() uses the points attached to cells to compute the bounds (cella[t]->InitTraversal()). The function vtkPointLocator::BuildLocator() uses the computed Bounds and iterates over all the points to build the buckets (this->DataSet->GetPoint(i);) When the point is not used by a cell, it is outside the Bounds and the index ijk is negative

Assignee
Assign to
Time tracking