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

Allow Python Algorithms to be created and deomnstrate with a script #1055

Closed
NickDraper opened this issue Aug 14, 2008 · 1 comment
Closed
Labels
Low Priority Things that you don't ever want to be done.
Milestone

Comments

@NickDraper
Copy link
Contributor

Extend the python API to include a class that inherits from Algorithm called PyAlgorithm. This should overload the init and exec methods, but in each they should only call new public abstract methods pyInit() and pyExec().

Then when you add a python wrapper for this class you should be able to inherit from this class in python.

It will probably not be possible to insert the new algorithm into the factory, but it should be able to be used directly in python.


Keywords: python

@NickDraper
Copy link
Contributor Author

This issue was originally trac ticket 207

@NickDraper NickDraper added the Low Priority Things that you don't ever want to be done. label Jun 3, 2015
@NickDraper NickDraper added this to the Iteration 13 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

1 participant