mafw.examples.processor_list

The module provides some examples on how to use ProcessorList to combine several processors.

Functions

run_processor_list_with_loop_modifier()

Example on deal with processors inside a processor list changing the loop structure.

run_simple_processor_list()

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 ProcessorList is executed.

mafw.examples.processor_list.run_simple_processor_list()[source]

Simplest way to run several processors in a go.