MantisBT - VTK
View Issue Details
0009053VTK(No Category)public2009-05-20 07:232016-08-12 09:55
Lucilio Cordero-Grande 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0009053: vtkFillHolesFilter possible inconsistency
This class does not copy the cell data to output when no topological holes are present. I don't know if this is the desired behaviour. If it isn't, moving the lines
newCells = vtkCellArray::New();
newCells->DeepCopy(inPolys);
out of the 'if' condition in the method RequestData() should fix the bug.
No tags attached.
Issue History
2009-05-20 07:23Lucilio Cordero-GrandeNew Issue
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:55Kitware RobotNote Added: 0037078
2016-08-12 09:55Kitware RobotStatusexpired => closed
2016-08-12 09:55Kitware RobotResolutionopen => moved
2016-08-12 09:55Kitware RobotAssigned To => Kitware Robot

Notes
(0037078)
Kitware Robot   
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.