Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easy for Child Algorithms to post progress through their parent #1227

Closed
NickDraper opened this issue Jan 21, 2009 · 1 comment
Closed
Assignees
Milestone

Comments

@NickDraper
Copy link
Contributor

Extend the CreateSubAlgorithm method to take another two Paramters.
- ProgessScaleFactor default 1
- ProgressOffset default 0
Then wire up the parent algorithm to listen to the progress events of the child scale and offset them appropriately and then send them from the parent.

Warning: consider that there may be more than one sub algorithm per parent.

RebinToWorkspace is a good example case for the need for this.

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 379

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants