MantisBT - ParaView
View Issue Details
0009364ParaViewFeaturepublic2009-08-05 06:072009-08-13 22:35
Bryn Lloyd 
Ken Moreland 
normalfeatureN/A
closedduplicate 
Development 
 
0009364: Interrupt filter operation gracefully
It would be nice if there was an interrupt button, which could stop filters (or a rendering) from finishing without having to quit paraview.

I have no idea how this should be done, but I guess if the filter is started in a separate thread, this thread could be killed and the filter reset.
No tags attached.
duplicate of 0003925closed Berk Geveci Supporting abort & better progress handling 
Issue History
2009-08-05 06:07Bryn LloydNew Issue
2009-08-05 11:52Ken MorelandNote Added: 0017066
2009-08-05 11:52Ken MorelandRelationship addedduplicate of 0003925
2009-08-05 11:52Ken MorelandDuplicate ID0 => 3925
2009-08-05 11:52Ken MorelandStatusbacklog => @80@
2009-08-05 11:52Ken MorelandResolutionopen => duplicate
2009-08-05 11:52Ken MorelandAssigned To => Ken Moreland
2009-08-13 22:35Alan ScottNote Added: 0017127
2009-08-13 22:35Alan ScottStatus@80@ => closed
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature

Notes
(0017066)
Ken Moreland   
2009-08-05 11:52   
We've talked about this a bit. Our thoughts are to improve the progress handling so that when an algorithm calls UpdateProgress, GUI events are checked. If a user does something that requires an abort, an abort flag is set in the algorithm and when control returns to the algorithm, it (theoretically) breaks execution.

There is some work involved in this. The pipeline executive would have to also abort cleanly and know how to restart a new request. Also, all the algorithms would have to be modified to check an abort flag after calling UpdateProgress.
(0017127)
Alan Scott   
2009-08-13 22:35   
Duplicate.