| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0009750 | VTK | (No Category) | public | 2009-10-21 05:07 | 2016-08-12 09:55 | ||||
| Reporter | Xavi | ||||||||
| Assigned To | Berk Geveci | ||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0009750: vtkPointLocator::BuildLocator() crashes | ||||||||
| Description | 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 | ||||||||
| Tags | No tags attached. | ||||||||
| Project | |||||||||
| Type | |||||||||
| Attached Files | |||||||||
| Relationships | |
| 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. |
| Notes |
| 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 |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |