MantisBT - ParaView
View Issue Details
0009550ParaViewBugpublic2009-09-16 07:302009-09-22 22:04
Bart Janssens 
Zhanping Liu 
normalmajoralways
closedfixed 
Development 
 
0009550: vtkConvexPointSet::CellBoundary not returning closest boundary
vtkConvexPointSet::CellBoundary looks for the boundary with the closest point, not for the closest boundary. This causes FindCell and in consequence probing to fail on unstructured grids that contain ConvexPointSet cells.

Proposed fix attached (also fixing issue 9453)
No tags attached.
diff vtkConvexPointSet-CellBoundary.diff (4,052) 2009-09-16 07:30
https://www.vtk.org/Bug/file/7455/vtkConvexPointSet-CellBoundary.diff
Issue History
2009-09-16 07:30Bart JanssensNew Issue
2009-09-16 07:30Bart JanssensFile Added: vtkConvexPointSet-CellBoundary.diff
2009-09-18 11:34Zhanping LiuAssigned To => Zhanping Liu
2009-09-18 11:34Zhanping LiuStatusbacklog => tabled
2009-09-22 15:07Zhanping LiuNote Added: 0017709
2009-09-22 15:07Zhanping LiuStatustabled => @80@
2009-09-22 22:04Alan ScottNote Added: 0017719
2009-09-22 22:04Alan ScottStatus@80@ => closed
2009-09-22 22:04Alan ScottResolutionopen => fixed

Notes
(0017709)
Zhanping Liu   
2009-09-22 15:07   
The patch was verified and was applied to vtkConvexPointSet.cxx. Note that this bug is related to bug 0009453. In addition, a bug with EvaluateLocation() was fixed.

Thanks go to Bart Janssens.

new revision: 1.7; previous revision: 1.6
(0017719)
Alan Scott   
2009-09-22 22:04   
I am not sure how to test. Since it was written by Bart, and patched by Zhanping, I am assuming it is correct.