WIP: Functional version of filterdesktop
3 unresolved threads
3 unresolved threads
Compare changes
Files
3+ 142
− 0
This creates the FunctionalFilterDesktop algorithm which is a port of the FilterDesktop algorithm. At the moment, it uses the default LoKi functors but it should probably switch to Olli's functors.
what is this line doing? initialize the lokisvc?
I think so, It was already present in the previous version of the algorithm.
why not give this "default" directly into the property constructor? In fact, did you check that this works? I just played around with it a bit, and i needed to remove this and the next two lines to have the properties available in python...
I didn't think much about defaults, I will test this.