View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009750VTK(No Category)public2009-10-21 05:072016-08-12 09:55
ReporterXavi 
Assigned ToBerk Geveci 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0009750: vtkPointLocator::BuildLocator() crashes
DescriptionWhen 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
TagsNo tags attached.
Project
Type
Attached Files

 Relationships

  Notes
(0036194)
Berk Geveci (administrator)
2016-07-06 12:15

Bumping.
(0037112)
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
2009-10-21 05:07 Xavi New Issue
2011-06-16 13:11 Zack Galbreath Category => (No Category)
2014-10-04 20:39 Berk Geveci Assigned To => Berk Geveci
2014-10-04 20:39 Berk Geveci Status expired => backlog
2014-10-04 20:39 Berk Geveci Resolution open => reopened
2016-07-06 12:15 Berk Geveci Note Added: 0036194
2016-08-12 09:55 Kitware Robot Note Added: 0037112
2016-08-12 09:55 Kitware Robot Status backlog => closed
2016-08-12 09:55 Kitware Robot Resolution reopened => moved


Copyright © 2000 - 2018 MantisBT Team