MantisBT - ParaView
View Issue Details
0013832ParaView(No Category)public2013-01-29 18:222016-08-12 09:59
Alan Scott 
Kitware Robot 
normalminorhave not tried
closedmoved 
git-master 
 
Sandia
0013832-Fix-ProgressHandler-CellToPoint
incorrect functionality
0013832: ProgressHandler - Cell to Point is broken
Progress handler code in Cell to Point is broken. In file vtkCellDataToPointData.cxx, function vtkCellDataToPointData::RequestData(), update progress gets called many dozens of times (speculation is once per block, which could be millions of times). Each time this code dutifully bounces the UpdateProgress(progress) call from 0.0 to 1.0, in increments of 0.05. I am not even going to try a fix.

Suggested hack would be to comment out the UpdateProgress.

vtkCellDataToPointData.cxx, line 106, should change from:
      this->UpdateProgress(static_cast<double>(ptId)/numPts);
to
      //this->UpdateProgress(static_cast<double>(ptId)/numPts);

No tags attached.
child of 0013831closed Kitware Robot Master bug - Progress Handler is a mess 
Issue History
2013-01-29 18:22Alan ScottNew Issue
2013-01-29 21:48Alan ScottRelationship addedchild of 0013831
2013-02-06 18:34Utkarsh AyachitAssigned To => Nikhil Shetty
2013-02-06 18:35Utkarsh AyachitNote Added: 0030316
2013-02-19 10:22Nikhil ShettyStatusbacklog => todo
2013-02-20 11:59Nikhil ShettyTopic Name => 0013832-Fix-ProgressHandler-CellToPoint
2013-02-20 11:59Nikhil ShettyStatustodo => active development
2013-06-05 16:33Nikhil ShettyAssigned ToNikhil Shetty =>
2013-06-05 16:34Nikhil ShettyStatusactive development => todo
2013-06-05 16:41Nikhil ShettyStatustodo => backlog
2016-08-12 09:59Kitware RobotNote Added: 0038323
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0030316)
Utkarsh Ayachit   
2013-02-06 18:35   
The fix involves changes to vtkAlgorithm/vtkCompositeDataPipeline to ensure that progress is reported correctly when the executive loops over datasets in a composite.
(0038323)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.