View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009364ParaViewFeaturepublic2009-08-05 06:072009-08-13 22:35
ReporterBryn Lloyd 
Assigned ToKen Moreland 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product VersionDevelopment 
Target VersionFixed in Version 
Summary0009364: Interrupt filter operation gracefully
DescriptionIt 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships
duplicate of 0003925closedBerk Geveci Supporting abort & better progress handling 

  Notes
(0017066)
Ken Moreland (manager)
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 (manager)
2009-08-13 22:35

Duplicate.

 Issue History
Date Modified Username Field Change
2009-08-05 06:07 Bryn Lloyd New Issue
2009-08-05 11:52 Ken Moreland Note Added: 0017066
2009-08-05 11:52 Ken Moreland Relationship added duplicate of 0003925
2009-08-05 11:52 Ken Moreland Duplicate ID 0 => 3925
2009-08-05 11:52 Ken Moreland Status backlog => @80@
2009-08-05 11:52 Ken Moreland Resolution open => duplicate
2009-08-05 11:52 Ken Moreland Assigned To => Ken Moreland
2009-08-13 22:35 Alan Scott Note Added: 0017127
2009-08-13 22:35 Alan Scott Status @80@ => closed
2011-06-16 13:10 Zack Galbreath Category Feature Request => Feature


Copyright © 2000 - 2018 MantisBT Team