mafw.examples.processor_list
The module provides some examples on how to use ProcessorList to combine several processors.
Functions
Example on deal with processors inside a processor list changing the loop structure. |
|
Simplest way to run several processors in a go. |
- mafw.examples.processor_list.run_processor_list_with_loop_modifier()[source]
Example on deal with processors inside a processor list changing the loop structure.
In this example there are two processors, one that will run until the end and the other that will set the looping status to abort half way. The user can see what happens when the
ProcessorListis executed.